platform.h: support Naomi again

This commit is contained in:
T_chan 2025-02-05 20:29:21 +00:00
parent 84281ca329
commit 72f11428d3

View File

@ -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"