Merge branch 'platform_h_support_Naomi' into 'master'

platform.h: support Naomi again

See merge request simulant/GLdc!150
This commit is contained in:
Luke Benstead 2025-02-09 20:21:51 +00:00
commit e71560f31b

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"