diff options
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r-- | apps/plugins/SOURCES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index ea0173a56d..132dd534f2 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -76,8 +76,10 @@ iriverify.c #if defined(HAVE_LCD_COLOR) && \ (!defined(LCD_STRIDEFORMAT) || (LCD_STRIDEFORMAT != VERTICAL_STRIDE)) +#if (CONFIG_PLATFORM & PLATFORM_NATIVE) && (PLUGIN_BUFFER_SIZE > 0x14000) duke3d.c #endif +#endif #if PLUGIN_BUFFER_SIZE <= 0x20000 && defined(HAVE_LCD_BITMAP) |