Actually respect autorun on Windows.

Fixes #1179.
This commit is contained in:
Unknown W. Brackets 2013-04-05 00:57:43 -07:00
parent 169d04d3ad
commit fd0a422d89
4 changed files with 4 additions and 24 deletions

View file

@ -83,14 +83,6 @@ EmuScreen::EmuScreen(const std::string &filename) : invalid_(true) {
host->BootDone();
host->UpdateDisassembly();
#ifdef _WIN32
if (g_Config.bAutoRun) {
Core_EnableStepping(false);
} else {
Core_EnableStepping(true);
}
#endif
LayoutGamepad(dp_xres, dp_yres);
NOTICE_LOG(BOOT, "Loading %s...", fileToStart.c_str());