mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-27 21:14:21 +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.Stereo = true;
|
||||||
Settings.ReverseStereo = true;
|
Settings.ReverseStereo = true;
|
||||||
Settings.SoundPlaybackRate = 48000;
|
Settings.SoundPlaybackRate = 48000;
|
||||||
Settings.SoundInputRate = 31970;
|
Settings.SoundInputRate = 31950;
|
||||||
Settings.DynamicRateControl = true;
|
Settings.DynamicRateControl = true;
|
||||||
|
|
||||||
// Graphics
|
// Graphics
|
||||||
|
@ -638,7 +638,7 @@ ResetVideo_Emu ()
|
|||||||
else
|
else
|
||||||
ResetFbWidth(512, rmode);
|
ResetFbWidth(512, rmode);
|
||||||
|
|
||||||
Settings.SoundInputRate = 31970;
|
Settings.SoundInputRate = 31950;
|
||||||
UpdatePlaybackRate();
|
UpdatePlaybackRate();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user