Skip to content

Commit

Permalink
PS3: Default to 44kHz sound output.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schickel committed Jun 22, 2014
1 parent cd306f1 commit e80bdfc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backends/mixer/sdl13/sdl13-mixer.cpp
Expand Up @@ -33,9 +33,8 @@
#ifdef GP2X
#define SAMPLES_PER_SEC 11025
#else
#define SAMPLES_PER_SEC 22050
#define SAMPLES_PER_SEC 44100
#endif
//#define SAMPLES_PER_SEC 44100

Sdl13MixerManager::Sdl13MixerManager()
:
Expand Down

0 comments on commit e80bdfc

Please sign in to comment.