diff options
Diffstat (limited to 'apps/plugins/sdl/include/SDL_config_rockbox.h')
| -rw-r--r-- | apps/plugins/sdl/include/SDL_config_rockbox.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/sdl/include/SDL_config_rockbox.h b/apps/plugins/sdl/include/SDL_config_rockbox.h index 2d60c43..84f1868 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_22 +#define RB_SAMPR SAMPR_8 #endif #ifndef HAVE_LCD_COLOR @@ -81,6 +81,7 @@ /* woot */ #define SDL_AUDIO_DRIVER_ROCKBOX 1 #define SDL_THREAD_ROCKBOX 1 +#undef SDL_THREAD_PTHREAD #define SDL_TIMER_ROCKBOX 1 #define SDL_VIDEO_DRIVER_ROCKBOX 1 |