summaryrefslogtreecommitdiff
path: root/psdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'psdl.c')
-rw-r--r--psdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/psdl.c b/psdl.c
index 31ed3c3d..04975b79 100644
--- a/psdl.c
+++ b/psdl.c
@@ -12,7 +12,7 @@ int
psdl_init (void) {
SDL_AudioSpec obt;
int formats[] = { AUDIO_S16, -1 };
- int freqs[] = { 44100, 48000, -1 };
+ int freqs[] = { 48000, 44100, 96000, 22050, -1 };
const char *fmtnames[] = { "16 bit signed integer" };
int fmt, frq;
int success = 0;