mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-22 10:21:39 +00:00
Show the console for Windows Release builds.
This commit is contained in:
parent
80a6455474
commit
6df78fd155
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue