mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-23 19:19:22 +01:00
reduce sound input rate slightly.
This commit is contained in:
parent
845e69d889
commit
acd7e773f0
@ -483,7 +483,7 @@ DefaultSettings ()
|
||||
Settings.Stereo = true;
|
||||
Settings.ReverseStereo = true;
|
||||
Settings.SoundPlaybackRate = 48000;
|
||||
Settings.SoundInputRate = 31970;
|
||||
Settings.SoundInputRate = 31950;
|
||||
Settings.DynamicRateControl = true;
|
||||
|
||||
// Graphics
|
||||
|
@ -638,7 +638,7 @@ ResetVideo_Emu ()
|
||||
else
|
||||
ResetFbWidth(512, rmode);
|
||||
|
||||
Settings.SoundInputRate = 31970;
|
||||
Settings.SoundInputRate = 31950;
|
||||
UpdatePlaybackRate();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user