mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-11 07:03:33 +02:00
Convert backslashes when opening directory
This commit is contained in:
@@ -820,7 +820,8 @@ namespace MainWindow
|
||||
if (globalUIState == UISTATE_INGAME || globalUIState == UISTATE_PAUSEMENU) {
|
||||
Core_EnableStepping(false);
|
||||
}
|
||||
|
||||
|
||||
dir = ReplaceAll(dir, "\\", "/");
|
||||
NativeMessageReceived("boot", dir.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user