From 7fe0dc33b878f1e4e97157aadecb5393920bde96 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sat, 20 Jul 2019 19:54:30 -0400 Subject: sdl: enable on simulator (NOPUSH) For debugging only. Change-Id: Ie4780ada6224ef14ba7c46e38245378780210d4e --- apps/plugins/SUBDIRS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins') diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index 93cf829..74f989d 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) sdl #endif -- cgit v1.1