summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-04-04 19:17:39 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-04-05 01:34:24 +0200
commit0bf0d470725a714ab6d7cfd1fbe5fd887a624e09 (patch)
treed28d0bf2834613e60508fca16f48a1addee4d447
parent5bd86eb4b4ce1b98a5f8b369d218fd1de41b4822 (diff)
downloadrockbox-0bf0d470725a714ab6d7cfd1fbe5fd887a624e09.tar.gz
rockbox-0bf0d470725a714ab6d7cfd1fbe5fd887a624e09.zip
Enable SDL for native MIPS and hosted targets.
Change-Id: I36f16530bf6dc108e44e1fd1ff5a550aa8139641
-rw-r--r--apps/plugins/SUBDIRS2
1 files changed, 1 insertions, 1 deletions
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
17xworld 17xworld
18 18
19/* for duke3d, wolf3d and quake */ 19/* for duke3d, wolf3d and quake */
20#if (PLUGIN_BUFFER_SIZE > 0x14000) && (CONFIG_PLATFORM & PLATFORM_NATIVE) && defined(CPU_ARM) 20#if (PLUGIN_BUFFER_SIZE > 0x14000) && (CONFIG_PLATFORM & (PLATFORM_NATIVE|PLATFORM_HOSTED)) && (defined(CPU_ARM) || defined(CPU_MIPS))
21sdl 21sdl
22#endif 22#endif
23 23