1
0
Fork 0

autoclose on error

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@784
This commit is contained in:
Peter Veenstra 2003-03-23 19:51:54 +00:00
parent 9a34d7bd32
commit 89051332ef

View file

@ -540,7 +540,7 @@ int main(int argc, char* argv[]) {
sdl_sec->Add_bool("fullscreen",false);
sdl_sec->Add_bool("autolock",true);
sdl_sec->Add_int("sensitivity",100);
sdl_sec->Add_bool("nowait",false);
sdl_sec->Add_bool("nowait",true);
/* Init all the dosbox subsystems */
DOSBOX_Init();
std::string config_file;