summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/NANDContentLoader.cpp
diff options
context:
space:
mode:
authorLéo Lam <leolino.lam@gmail.com>2017-04-24 22:50:03 +0200
committerGitHub <noreply@github.com>2017-04-24 22:50:03 +0200
commit286e9b74ee6f487f73410d1ad0011df6c74b9990 (patch)
tree4338dce6279927864c8620a45ca2e64e3be35802 /Source/Core/DiscIO/NANDContentLoader.cpp
parent24d5d89056d8fe39afbd05fe62d9a8e4123d2a54 (diff)
parentdae950ff90e16d6b618874af2b8b455e58bb95c2 (diff)
Merge pull request #5309 from leoetlino/ios-uid-gid
IOS: Implement UID/GID changes for the PPC
Diffstat (limited to 'Source/Core/DiscIO/NANDContentLoader.cpp')
-rw-r--r--Source/Core/DiscIO/NANDContentLoader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/NANDContentLoader.cpp b/Source/Core/DiscIO/NANDContentLoader.cpp
index 58594d6fc5..79242d1307 100644
--- a/Source/Core/DiscIO/NANDContentLoader.cpp
+++ b/Source/Core/DiscIO/NANDContentLoader.cpp
@@ -336,7 +336,7 @@ u64 CNANDContentManager::Install_WiiWAD(const std::string& filename)
}
IOS::ES::UIDSys uid_sys{Common::FromWhichRoot::FROM_CONFIGURED_ROOT};
- uid_sys.AddTitle(title_id);
+ uid_sys.GetOrInsertUIDForTitle(title_id);
ClearCache();