Fixed bug that prevented console to show when enabled in settings
This commit is contained in:
@@ -2825,9 +2825,9 @@ __declspec(dllexport) DWORD WINAPI main(
|
||||
wprintf(L"Settings path: \"%s\"\n", wszSettingsPath);
|
||||
|
||||
#ifndef DEBUG
|
||||
uintptr_t alloc_console = VnGetUInt(
|
||||
TEXT("AllocConsole"),
|
||||
UINT alloc_console = VnGetUInt(
|
||||
TEXT("General"),
|
||||
TEXT("AllocConsole"),
|
||||
0,
|
||||
wszSettingsPath
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user