Give debugger console a name as well
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2500
This commit is contained in:
parent
fd40723fd2
commit
28e87018ac
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ static void ResizeConsole( HANDLE hConsole, SHORT xSize, SHORT ySize ) {
|
|||
|
||||
void WIN32_Console() {
|
||||
AllocConsole();
|
||||
SetConsoleTitle("DOSBox Debugger");
|
||||
ResizeConsole(GetStdHandle(STD_OUTPUT_HANDLE),80,50);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue