summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2018-01-05 17:27:44 -0500
committerFranklin Wei <git@fwei.tk>2018-01-15 19:45:57 -0500
commitbeaeb28a29e44326408df68274999ea6dcd8da07 (patch)
treecb0d2d57ed6e55788d863eca6eb305d9b72dc44a /apps
parentcf07bb328deb71cf2dc602f435b5340b0b55a2e5 (diff)
duke3d: bump audio sample rate to 22.1KHz
Recent optimizations to sound mixing should allow this, up from 16KHz. Change-Id: I0ba5742c934118a3a6505b8dc58578b0cfe8ea77
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/sdl/include/SDL_config_rockbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/sdl/include/SDL_config_rockbox.h b/apps/plugins/sdl/include/SDL_config_rockbox.h
index da8d8c2e4a..90e79ccede 100644
--- a/apps/plugins/sdl/include/SDL_config_rockbox.h
+++ b/apps/plugins/sdl/include/SDL_config_rockbox.h
@@ -42,7 +42,7 @@
#ifdef SIMULATOR
#define RB_SAMPR SAMPR_44
#else
-#define RB_SAMPR SAMPR_16
+#define RB_SAMPR SAMPR_22
#endif
/* Enable the stub cdrom driver (src/cdrom/dummy/\*.c) */