summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/registered_cache.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-03-19 20:14:52 +0100
committerLioncash <mathew1800@gmail.com>2019-03-19 20:58:38 +0100
commitb8c7072206f8c31e2396a0a04385029aeeb62e68 (patch)
tree6f3b44bc8d06abe2d3a9a205986942533917d810 /src/core/file_sys/registered_cache.cpp
parentMerge pull request #2258 from lioncash/am (diff)
downloadyuzu-b8c7072206f8c31e2396a0a04385029aeeb62e68.tar
yuzu-b8c7072206f8c31e2396a0a04385029aeeb62e68.tar.gz
yuzu-b8c7072206f8c31e2396a0a04385029aeeb62e68.tar.bz2
yuzu-b8c7072206f8c31e2396a0a04385029aeeb62e68.tar.lz
yuzu-b8c7072206f8c31e2396a0a04385029aeeb62e68.tar.xz
yuzu-b8c7072206f8c31e2396a0a04385029aeeb62e68.tar.zst
yuzu-b8c7072206f8c31e2396a0a04385029aeeb62e68.zip
Diffstat (limited to 'src/core/file_sys/registered_cache.cpp')
-rw-r--r--src/core/file_sys/registered_cache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/registered_cache.cpp b/src/core/file_sys/registered_cache.cpp
index 128199063..1c6bacace 100644
--- a/src/core/file_sys/registered_cache.cpp
+++ b/src/core/file_sys/registered_cache.cpp
@@ -94,7 +94,7 @@ static ContentRecordType GetCRTypeFromNCAType(NCAContentType type) {
case NCAContentType::Control:
return ContentRecordType::Control;
case NCAContentType::Data:
- case NCAContentType::Data_Unknown5:
+ case NCAContentType::PublicData:
return ContentRecordType::Data;
case NCAContentType::Manual:
// TODO(DarkLordZach): Peek at NCA contents to differentiate Manual and Legal.