diff options
author | Kevin Sundqvist Norlén <killenlillen02@gmail.com> | 2023-06-03 21:31:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-03 21:31:44 +0200 |
commit | a2cfe3749af8c39272b90cf0cca24c300aefa57b (patch) | |
tree | 60a47cac95f9f208809e14055311068307db23a4 /src/core/file_sys/patch_manager.cpp | |
parent | Update Chinese NX language names (diff) | |
download | yuzu-a2cfe3749af8c39272b90cf0cca24c300aefa57b.tar yuzu-a2cfe3749af8c39272b90cf0cca24c300aefa57b.tar.gz yuzu-a2cfe3749af8c39272b90cf0cca24c300aefa57b.tar.bz2 yuzu-a2cfe3749af8c39272b90cf0cca24c300aefa57b.tar.lz yuzu-a2cfe3749af8c39272b90cf0cca24c300aefa57b.tar.xz yuzu-a2cfe3749af8c39272b90cf0cca24c300aefa57b.tar.zst yuzu-a2cfe3749af8c39272b90cf0cca24c300aefa57b.zip |
Diffstat (limited to 'src/core/file_sys/patch_manager.cpp')
-rw-r--r-- | src/core/file_sys/patch_manager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/patch_manager.cpp b/src/core/file_sys/patch_manager.cpp index fa282615b..27bfce641 100644 --- a/src/core/file_sys/patch_manager.cpp +++ b/src/core/file_sys/patch_manager.cpp @@ -647,7 +647,7 @@ PatchManager::Metadata PatchManager::ParseControlNCA(const NCA& nca) const { if (language_index < FileSys::LANGUAGE_NAMES.size()) { priority_language_names[i] = FileSys::LANGUAGE_NAMES[language_index]; } else { - // Not a catastrophy, unlikely to happen + // Not a catastrophe, unlikely to happen LOG_WARNING(Loader, "Invalid language index {}", language_index); } } |