mirror of
https://github.com/wiiu-env/RPXLoadingModule.git
synced 2024-11-21 17:39:15 +01:00
Use full path for save redirection
This commit is contained in:
parent
a0724c276b
commit
3ceb7c8dfc
@ -83,7 +83,7 @@ WUMS_APPLICATION_STARTS() {
|
||||
nn::act::PersistentId persistentId = nn::act::GetPersistentId();
|
||||
nn::act::Finalize();
|
||||
|
||||
std::string basePath = string_format("/vol/external01/wiiu/apps/save/%08X", currentHash);
|
||||
std::string basePath = string_format("fs:/vol/external01/wiiu/apps/save/%08X", currentHash);
|
||||
std::string common = string_format("fs:/vol/external01/wiiu/apps/save/%08X/common", currentHash);
|
||||
std::string user = string_format("fs:/vol/external01/wiiu/apps/save/%08X/%08X", currentHash, 0x80000000 | persistentId);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user