From 0bf0d470725a714ab6d7cfd1fbe5fd887a624e09 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sat, 4 Apr 2020 19:17:39 -0400 Subject: Enable SDL for native MIPS and hosted targets. Change-Id: I36f16530bf6dc108e44e1fd1ff5a550aa8139641 --- apps/plugins/SUBDIRS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index cf2ccff771..ecface0e40 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -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 -- cgit v1.2.3