diff options
| author | Franklin Wei <git@fwei.tk> | 2019-07-20 19:54:30 -0400 |
|---|---|---|
| committer | Franklin Wei <franklin@rockbox.org> | 2019-07-28 14:58:54 -0400 |
| commit | 7fe0dc33b878f1e4e97157aadecb5393920bde96 (patch) | |
| tree | 59e2b5462878920c96946654a58090e25c1b9fe7 /apps/plugins | |
| parent | fd6ddf8735b527eced4954cea99ac06f32185752 (diff) | |
| download | rockbox-7fe0dc33b878f1e4e97157aadecb5393920bde96.zip rockbox-7fe0dc33b878f1e4e97157aadecb5393920bde96.tar.gz rockbox-7fe0dc33b878f1e4e97157aadecb5393920bde96.tar.bz2 rockbox-7fe0dc33b878f1e4e97157aadecb5393920bde96.tar.xz | |
sdl: enable on simulator (NOPUSH)
For debugging only.
Change-Id: Ie4780ada6224ef14ba7c46e38245378780210d4e
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/SUBDIRS | 2 |
1 files changed, 1 insertions, 1 deletions
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 |