From 6df78fd15502fef4e1e8fcc424f07628ad139531 Mon Sep 17 00:00:00 2001 From: Skyth <19259897+blueskythlikesclouds@users.noreply.github.com> Date: Fri, 28 Mar 2025 15:56:31 +0300 Subject: [PATCH] Show the console for Windows Release builds. --- UnleashedRecomp/main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UnleashedRecomp/main.cpp b/UnleashedRecomp/main.cpp index 3981ae22..734ee746 100644 --- a/UnleashedRecomp/main.cpp +++ b/UnleashedRecomp/main.cpp @@ -230,6 +230,9 @@ int main(int argc, char *argv[]) if (forceInstallationCheck) { + // Create the console to show progress to the user, otherwise it will seem as if the game didn't boot at all. + os::process::ShowConsole(); + Journal journal; double lastProgressMiB = 0.0; double lastTotalMib = 0.0;