mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(Win32) Call the log window 'Logging Console'
This commit is contained in:
parent
4eac009c27
commit
f192e8618f
@ -623,6 +623,8 @@ static void frontend_win32_attach_console(void)
|
||||
if(!AttachConsole( ATTACH_PARENT_PROCESS))
|
||||
AllocConsole();
|
||||
|
||||
SetConsoleTitle("Log Console");
|
||||
|
||||
if(need_stdout) freopen( "CONOUT$", "w", stdout );
|
||||
if(need_stderr) freopen( "CONOUT$", "w", stderr );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user