GTK+: More sensible defaults.

16666 NTSC frame time is closer to correct than 16667.
32000/32040 is irrelevant because resampling is always needed.
Don't recommend 32000 in UI.
This commit is contained in:
Brandon Wright 2018-12-10 15:01:08 -06:00
parent 0bce7c6fdd
commit c1cbe9c65f
2 changed files with 3 additions and 3 deletions

View File

@ -165,9 +165,9 @@ int Snes9xConfig::load_defaults ()
Settings.SixteenBitSound = TRUE;
Settings.Stereo = TRUE;
Settings.ReverseStereo = FALSE;
Settings.SoundPlaybackRate = 32000;
Settings.SoundPlaybackRate = 44100;
Settings.StopEmulation = TRUE;
Settings.FrameTimeNTSC = 16667;
Settings.FrameTimeNTSC = 16666;
Settings.FrameTimePAL = 20000;
Settings.SupportHiRes = true;
Settings.FrameTime = Settings.FrameTimeNTSC;

View File

@ -1078,7 +1078,7 @@
<col id="0" translatable="yes">44100 hz</col>
</row>
<row>
<col id="0" translatable="yes">32000 hz (SNES Default)</col>
<col id="0" translatable="yes">32000 hz</col>
</row>
<row>
<col id="0" translatable="yes">22050 hz</col>