From 34af2606823617aa1ec1c52e97279c4b911ff0ef Mon Sep 17 00:00:00 2001 From: tmkk Date: Wed, 29 Aug 2018 18:17:10 +0900 Subject: [PATCH] macosx: explicitly set default values for new options --- macosx/mac-os.mm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/macosx/mac-os.mm b/macosx/mac-os.mm index 716cf8bd..5c398ee9 100644 --- a/macosx/mac-os.mm +++ b/macosx/mac-os.mm @@ -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++) {