mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-20 14:07:02 +02:00
PTM & CFG: use the correct path and error code according to the new FileSys policy
This commit is contained in:
parent
5506268bf6
commit
e41a1ff6da
2 changed files with 6 additions and 5 deletions
|
|
@ -128,7 +128,7 @@ void Init() {
|
|||
Service::FS::OpenArchive(Service::FS::ArchiveIdCode::SharedExtSaveData, archive_path);
|
||||
ASSERT_MSG(archive_result.Succeeded(), "Could not open the PTM SharedExtSaveData archive!");
|
||||
|
||||
FileSys::Path gamecoin_path("gamecoin.dat");
|
||||
FileSys::Path gamecoin_path("/gamecoin.dat");
|
||||
FileSys::Mode open_mode = {};
|
||||
open_mode.write_flag.Assign(1);
|
||||
open_mode.create_flag.Assign(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue