mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-01 06:12:43 +00:00
Convert backslashes when opening directory
This commit is contained in:
parent
ebd3763c7e
commit
ce5ffdfe7a
@ -820,7 +820,8 @@ namespace MainWindow
|
||||
if (globalUIState == UISTATE_INGAME || globalUIState == UISTATE_PAUSEMENU) {
|
||||
Core_EnableStepping(false);
|
||||
}
|
||||
|
||||
|
||||
dir = ReplaceAll(dir, "\\", "/");
|
||||
NativeMessageReceived("boot", dir.c_str());
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user