mirror of https://github.com/snes9xgit/snes9x.git
Merge pull request #423 from tmkk/osx-defaultconfs
MacOSX: explicitly set default values for new options
This commit is contained in:
commit
eeba505f74
|
@ -3235,6 +3235,12 @@ static void Initialize (void)
|
||||||
Settings.StretchScreenshots = 1;
|
Settings.StretchScreenshots = 1;
|
||||||
Settings.SnapshotScreenshots = true;
|
Settings.SnapshotScreenshots = true;
|
||||||
Settings.OpenGLEnable = true;
|
Settings.OpenGLEnable = true;
|
||||||
|
Settings.SuperFXClockMultiplier = 100;
|
||||||
|
Settings.InterpolationMethod = DSP_INTERPOLATION_GAUSSIAN;
|
||||||
|
Settings.MaxSpriteTilesPerLine = 34;
|
||||||
|
Settings.OneClockCycle = 6;
|
||||||
|
Settings.OneSlowClockCycle = 8;
|
||||||
|
Settings.TwoClockCycles = 12;
|
||||||
|
|
||||||
for (int a = 0; a < kWindowCount; a++)
|
for (int a = 0; a < kWindowCount; a++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue