summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2018-01-05 17:26:36 -0500
committerFranklin Wei <git@fwei.tk>2018-01-05 17:47:03 -0500
commitd105dfd03f17d4dd3ef14b83b67353b94b3742de (patch)
treecebcb99be89e7a9def8465531b5cafabcb740ceb /apps/plugins/SOURCES
parentf90bb989852524a940d5fbab3726412f520f2b59 (diff)
downloadrockbox-d105dfd03f17d4dd3ef14b83b67353b94b3742de.zip
rockbox-d105dfd03f17d4dd3ef14b83b67353b94b3742de.tar.gz
rockbox-d105dfd03f17d4dd3ef14b83b67353b94b3742de.tar.bz2
rockbox-d105dfd03f17d4dd3ef14b83b67353b94b3742de.tar.xz
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
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES1
1 files changed, 1 insertions, 0 deletions
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