mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
iOS: don't add a slash to the save path.
Might help #14524, but kinda doube it. It works here.
This commit is contained in:
parent
39f479025e
commit
8ac06eed12
1 changed files with 0 additions and 3 deletions
|
@ -457,9 +457,6 @@ void NativeInit(int argc, const char *argv[], const char *savegame_dir, const ch
|
|||
std::string user_data_path = savegame_dir;
|
||||
pendingMessages.clear();
|
||||
pendingInputBoxes.clear();
|
||||
#if PPSSPP_PLATFORM(IOS)
|
||||
user_data_path += "/";
|
||||
#endif
|
||||
|
||||
// external_dir has all kinds of meanings depending on platform.
|
||||
// on iOS it's even the path to bundled app assets. It's a mess.
|
||||
|
|
Loading…
Add table
Reference in a new issue