mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 14:15:41 +12:00
ExtSaveData: Fix CreateFile
This commit is contained in:
parent
701fd0f446
commit
f4c32bfdc9
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ HorizonResult ExtSaveDataArchive::createFile(const FSPath& path, u64 size) {
|
||||||
Helpers::panic("Unsafe path in ExtSaveData::OpenFile");
|
Helpers::panic("Unsafe path in ExtSaveData::OpenFile");
|
||||||
}
|
}
|
||||||
|
|
||||||
fs::path p = IOFile::getAppData() / backingFolder;
|
fs::path p = getUserDataPath();
|
||||||
appendPath(p, path);
|
appendPath(p, path);
|
||||||
|
|
||||||
if (fs::exists(p))
|
if (fs::exists(p))
|
||||||
|
|
Loading…
Add table
Reference in a new issue