seperate debugger console setup
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@420
This commit is contained in:
parent
14577b3324
commit
b4dd2c93ca
3 changed files with 13 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue