From 2ce70f130cc14d178772ba331a64a08f55b1b014 Mon Sep 17 00:00:00 2001 From: Michael Buckley Date: Tue, 3 Sep 2019 06:23:49 -0700 Subject: [PATCH] Mac: set the default video mode to blocky --- macosx/mac-os.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/mac-os.mm b/macosx/mac-os.mm index 01b547f4..b06371da 100644 --- a/macosx/mac-os.mm +++ b/macosx/mac-os.mm @@ -125,7 +125,7 @@ bool8 fullscreen = false, multiprocessor = false, ciFilterEnable = false; long drawingMethod = kDrawingOpenGL; -int videoMode = VIDEOMODE_SMOOTH; +int videoMode = VIDEOMODE_BLOCKY; SInt32 macSoundVolume = 80; // % uint32 macSoundBuffer_ms = 80; // ms