1
0
Fork 0

seperate debugger console setup

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@420
This commit is contained in:
Ulf Wohlers 2002-10-25 16:02:55 +00:00
parent 14577b3324
commit b4dd2c93ca
3 changed files with 13 additions and 2 deletions

View file

@ -518,6 +518,11 @@ void GFX_ShowMsg(char * msg) {
};
int main(int argc, char* argv[]) {
#if C_DEBUG
DEBUG_SetupConsole();
#endif
try {
CommandLine com_line(argc,argv);
Config myconf(&com_line);