Merge pull request #423 from tmkk/osx-defaultconfs

MacOSX: explicitly set default values for new options
This commit is contained in:
OV2 2018-08-29 11:39:16 +02:00 committed by GitHub
commit eeba505f74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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++)
{