mirror of https://github.com/snes9xgit/snes9x.git
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:
parent
0bce7c6fdd
commit
c1cbe9c65f
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue