summaryrefslogtreecommitdiff
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
parentcf07bb328deb71cf2dc602f435b5340b0b55a2e5 (diff)
downloadrockbox-beaeb28a29e44326408df68274999ea6dcd8da07.tar.gz
rockbox-beaeb28a29e44326408df68274999ea6dcd8da07.zip
duke3d: bump audio sample rate to 22.1KHz
Recent optimizations to sound mixing should allow this, up from 16KHz. Change-Id: I0ba5742c934118a3a6505b8dc58578b0cfe8ea77
-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 @@
42#ifdef SIMULATOR 42#ifdef SIMULATOR
43#define RB_SAMPR SAMPR_44 43#define RB_SAMPR SAMPR_44
44#else 44#else
45#define RB_SAMPR SAMPR_16 45#define RB_SAMPR SAMPR_22
46#endif 46#endif
47 47
48/* Enable the stub cdrom driver (src/cdrom/dummy/\*.c) */ 48/* Enable the stub cdrom driver (src/cdrom/dummy/\*.c) */