mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 09:55:45 +00:00
Archives: Make SYSTEM_ID and SDCARD_ID strings
This commit is contained in:
parent
71a063f45c
commit
90dffe3fc1
6 changed files with 11 additions and 9 deletions
|
@ -13,7 +13,7 @@
|
|||
namespace FileSys {
|
||||
|
||||
static std::string GetSaveDataCheckContainerPath(const std::string& mount_point) {
|
||||
return Common::StringFromFormat("%stitle/", mount_point.c_str(), ID0);
|
||||
return Common::StringFromFormat("%s%s/title", mount_point.c_str(), SYSTEM_ID.c_str());
|
||||
}
|
||||
|
||||
static std::string GetSaveDataCheckPath(const std::string& mount_point, u32 high, u32 low) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue