Enable SDL for native MIPS and hosted targets.
Change-Id: I36f16530bf6dc108e44e1fd1ff5a550aa8139641
This commit is contained in:
parent
5bd86eb4b4
commit
0bf0d47072
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ clock
|
|||
xworld
|
||||
|
||||
/* 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
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue