From 3cfa409ba7d33aa9ffaa224c481651b28f39f1d2 Mon Sep 17 00:00:00 2001 From: Colin Cornaby Date: Sat, 12 Aug 2023 21:05:26 -0700 Subject: [PATCH] Catching up with skip preload changes --- .../Plasma/Apps/plClient/Mac-Cocoa/main.mm | 34 +++++++++++-------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/Sources/Plasma/Apps/plClient/Mac-Cocoa/main.mm b/Sources/Plasma/Apps/plClient/Mac-Cocoa/main.mm index d949bdef8e..5812cefc3b 100644 --- a/Sources/Plasma/Apps/plClient/Mac-Cocoa/main.mm +++ b/Sources/Plasma/Apps/plClient/Mac-Cocoa/main.mm @@ -76,7 +76,8 @@ void PumpMessageQueueProc(); extern bool gDataServerLocal; -extern bool gSkipPreload; +extern bool gPythonLocal; +extern bool gSDLLocal; bool NeedsResolutionUpdate = false; @@ -132,7 +133,8 @@ @interface AppDelegate : NSWindowController