From d105dfd03f17d4dd3ef14b83b67353b94b3742de Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Fri, 5 Jan 2018 17:26:36 -0500 Subject: Add a test_sdl plugin This plugin plays a rough sine wave and is mostly useful for debugging crashes associated with SDL. Probably not worth merging. Change-Id: I58ea675f6f996c15bff11fd35445456e41f9fd60 --- apps/plugins/SOURCES | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugins/SOURCES') diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 3a622fe..f0b1008 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -78,6 +78,7 @@ iriverify.c (!defined(LCD_STRIDEFORMAT) || (LCD_STRIDEFORMAT != VERTICAL_STRIDE)) #if (PLUGIN_BUFFER_SIZE > 0x14000) duke3d.c +test_sdl.c #endif #endif -- cgit v1.1