Enable SDL for native MIPS and hosted targets.

Change-Id: I36f16530bf6dc108e44e1fd1ff5a550aa8139641
This commit is contained in:
Solomon Peachy 2020-04-04 19:17:39 -04:00
parent 5bd86eb4b4
commit 0bf0d47072

View file

@ -17,7 +17,7 @@ clock
xworld xworld
/* for duke3d, wolf3d and quake */ /* for duke3d, wolf3d and quake */
#if (PLUGIN_BUFFER_SIZE > 0x14000) && (CONFIG_PLATFORM & PLATFORM_NATIVE) && defined(CPU_ARM) #if (PLUGIN_BUFFER_SIZE > 0x14000) && (CONFIG_PLATFORM & (PLATFORM_NATIVE|PLATFORM_HOSTED)) && (defined(CPU_ARM) || defined(CPU_MIPS))
sdl sdl
#endif #endif