From 72f11428d35b9900c8ac66a5e5b043228832deb0 Mon Sep 17 00:00:00 2001 From: T_chan Date: Wed, 5 Feb 2025 20:29:21 +0000 Subject: [PATCH] platform.h: support Naomi again --- GL/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GL/platform.h b/GL/platform.h index f0a2f14..2cf6055 100644 --- a/GL/platform.h +++ b/GL/platform.h @@ -445,7 +445,7 @@ static inline void CompilePolyHeader(PolyHeader *dst, const PolyContext *src) { dst->d3 = dst->d4 = 0xffffffff; } -#ifdef __DREAMCAST__ +#if defined(__DREAMCAST__) || defined(__NAOMI__) #include "platforms/sh4.h" #else #include "platforms/software.h"