diff options
| author | bunnei <bunneidev@gmail.com> | 2019-03-20 23:13:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-20 23:13:32 -0400 |
| commit | 52f36ea1c70eee37be84b8b207f94bcfdf26bc2e (patch) | |
| tree | fdc2fdd6a990f667e4388eefdd85697d24d9075f /src/core/file_sys/registered_cache.cpp | |
| parent | b72664abfd0a344501c47c7e8d82594842775d02 (diff) | |
| parent | b8c7072206f8c31e2396a0a04385029aeeb62e68 (diff) | |
Merge pull request #2262 from lioncash/enum
file_sys/content_archive: Amend name of Data_Unknown5 enum entry
Diffstat (limited to 'src/core/file_sys/registered_cache.cpp')
| -rw-r--r-- | src/core/file_sys/registered_cache.cpp | 2 |
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. |
