macosx: explicitly set default values for new options

This commit is contained in:
tmkk 2018-08-29 18:17:10 +09:00
parent 443270021e
commit 34af260682
1 changed files with 6 additions and 0 deletions

View File

@ -3235,6 +3235,12 @@ static void Initialize (void)
Settings.StretchScreenshots = 1;
Settings.SnapshotScreenshots = 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++)
{