Convert backslashes when opening directory

This commit is contained in:
Kingcom 2013-11-06 09:41:56 +01:00
parent ebd3763c7e
commit ce5ffdfe7a

View File

@ -820,7 +820,8 @@ namespace MainWindow
if (globalUIState == UISTATE_INGAME || globalUIState == UISTATE_PAUSEMENU) {
Core_EnableStepping(false);
}
dir = ReplaceAll(dir, "\\", "/");
NativeMessageReceived("boot", dir.c_str());
}
}