aboutsummaryrefslogtreecommitdiff
path: root/libretro.c
diff options
context:
space:
mode:
Diffstat (limited to 'libretro.c')
-rw-r--r--libretro.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libretro.c b/libretro.c
index 16f9cf2..7f26a19 100644
--- a/libretro.c
+++ b/libretro.c
@@ -443,9 +443,7 @@ void retro_init(void)
S9xSetSamplesAvailableCallback(S9xAudioCallback);
#else
- S9xInitSound(Settings.SoundPlaybackRate,
- true,
- Settings.SoundBufferSize);
+ S9xInitSound();
#endif
environ_cb(RETRO_ENVIRONMENT_SET_VARIABLES, (void*)vars);