mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 16:07:57 -05:00
Archives: Make SYSTEM_ID and SDCARD_ID strings
This commit is contained in:
@ -18,7 +18,8 @@
|
||||
namespace FileSys {
|
||||
|
||||
static std::string GetSaveDataContainerPath(const std::string& mount_point) {
|
||||
return Common::StringFromFormat("%sNintendo 3DS/%32x/%32x/title/", mount_point.c_str(), ID0, ID1);
|
||||
return Common::StringFromFormat("%sNintendo 3DS/%s/%s/title/", mount_point.c_str(),
|
||||
SYSTEM_ID.c_str(), SDCARD_ID.c_str());
|
||||
}
|
||||
|
||||
static std::string GetSaveDataPath(const std::string& mount_point, u64 program_id) {
|
||||
|
Reference in New Issue
Block a user