diff options
| author | Franklin Wei <git@fwei.tk> | 2018-01-05 17:26:36 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2018-01-05 17:47:03 -0500 |
| commit | d105dfd03f17d4dd3ef14b83b67353b94b3742de (patch) | |
| tree | cebcb99be89e7a9def8465531b5cafabcb740ceb /apps/plugins/SOURCES | |
| parent | f90bb989852524a940d5fbab3726412f520f2b59 (diff) | |
| download | rockbox-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/SOURCES | 1 |
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 |