[acc] do not consider system profile as orphaned
All checks were successful
eden-license / license-header (pull_request) Successful in 30s
All checks were successful
eden-license / license-header (pull_request) Successful in 30s
Profile 00000000000000000000000000000000 is apparently needed for acnh, etc Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
b6241e4148
commit
1ecfd0caba
1 changed files with 3 additions and 0 deletions
|
@ -509,6 +509,9 @@ std::vector<std::string> ProfileManager::FindOrphanedProfiles()
|
|||
good_uuids.emplace_back(uuid_string);
|
||||
}
|
||||
|
||||
// used for acnh, etc
|
||||
good_uuids.emplace_back("00000000000000000000000000000000");
|
||||
|
||||
// TODO: fetch save_id programmatically
|
||||
const auto path = Common::FS::GetEdenPath(Common::FS::EdenPath::NANDDir)
|
||||
/ "user/save/0000000000000000";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue