diff options
Diffstat (limited to 'apps/plugins/sdl/include/SDL_config_rockbox.h')
-rw-r--r-- | apps/plugins/sdl/include/SDL_config_rockbox.h | 2 |
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) */ |