diff options
| author | Franklin Wei <git@fwei.tk> | 2019-07-02 17:59:01 -0400 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2019-07-02 17:59:01 -0400 |
| commit | af57e1c8f20a51cc1a3a291b7e424eda7c2c1996 (patch) | |
| tree | f88c2bb5f7352d5a34023672409b7cf0dce8bb2c /apps/plugins/SUBDIRS | |
| parent | dcb68344911bd19020d401c7484e101705b32464 (diff) | |
| download | rockbox-wolf3d.zip rockbox-wolf3d.tar.gz rockbox-wolf3d.tar.bz2 rockbox-wolf3d.tar.xz | |
wolf3d: work on rebasing to GPL'd FM OPL emulatorwolf3d
Diffstat (limited to 'apps/plugins/SUBDIRS')
| -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 055db43..0d51b28 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -8,6 +8,7 @@ text_viewer clock #endif +sdl /* For all targets with a bitmap display */ #ifdef HAVE_LCD_BITMAP @@ -20,7 +21,6 @@ xworld /* for duke, etc. */ #if (CONFIG_PLATFORM & PLATFORM_NATIVE) && (PLUGIN_BUFFER_SIZE > 0x14000) && \ defined(CPU_ARM) -sdl #endif puzzles |