From a7ae6784200e3c186e5b7e701fc1ea5cbc5d085d Mon Sep 17 00:00:00 2001 From: EGAMatsu Date: Mon, 3 Jun 2024 02:09:14 -0500 Subject: [PATCH] Final push for the early morning, tired. --- src/Platform_MacClassic.c | 2 +- src/Window_MacClassic.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Platform_MacClassic.c b/src/Platform_MacClassic.c index e5ff72d8c..de82c2a1f 100644 --- a/src/Platform_MacClassic.c +++ b/src/Platform_MacClassic.c @@ -304,7 +304,7 @@ cc_result Socket_CheckWritable(cc_socket s, cc_bool* writable) { /*########################################################################################################################* *-----------------------------------------------------Process/Module------------------------------------------------------* *#########################################################################################################################*/ -cc_bool Process_OpenSupported = false; +cc_bool Process_OpenSupported = true; static cc_result Process_RawStart(const char* path, char** argv) { // TODO diff --git a/src/Window_MacClassic.c b/src/Window_MacClassic.c index 6c1826831..2060dc140 100644 --- a/src/Window_MacClassic.c +++ b/src/Window_MacClassic.c @@ -64,7 +64,7 @@ static void DoCreateWindow(int width, int height) { } void Window_Create2D(int width, int height) { launcherMode=true; DoCreateWindow(width, height); } -void Window_Create3D(int width, int height) { launcherMode=false; /*DoCreateWindow(width, height);*/ } +void Window_Create3D(int width, int height) { launcherMode=false; DoCreateWindow(width, height); } void Window_SetTitle(const cc_string* title) { // TODO