aboutsummaryrefslogtreecommitdiff
path: root/libretro.c
diff options
context:
space:
mode:
authormeepingsnesroms2016-10-16 11:07:08 -0700
committermeepingsnesroms2016-10-16 11:07:08 -0700
commite2eb2ce8c9c2c8731d8fcffedaf8a6a40346b69a (patch)
treeb221e0550bebd9c474be978acf6a5dc5a2fd4221 /libretro.c
parente0fea5a2814b07b527ce2cf7201437a00750b676 (diff)
downloadsnes9x2005-e2eb2ce8c9c2c8731d8fcffedaf8a6a40346b69a.tar.gz
snes9x2005-e2eb2ce8c9c2c8731d8fcffedaf8a6a40346b69a.tar.bz2
snes9x2005-e2eb2ce8c9c2c8731d8fcffedaf8a6a40346b69a.zip
Remove unused variables.
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);