summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Kevin Sundqvist Norlén2023-06-03 21:31:44 +0200
committerGravatar GitHub2023-06-03 21:31:44 +0200
commita2cfe3749af8c39272b90cf0cca24c300aefa57b (patch)
tree60a47cac95f9f208809e14055311068307db23a4
parentUpdate Chinese NX language names (diff)
downloadyuzu-a2cfe3749af8c39272b90cf0cca24c300aefa57b.tar.gz
yuzu-a2cfe3749af8c39272b90cf0cca24c300aefa57b.tar.xz
yuzu-a2cfe3749af8c39272b90cf0cca24c300aefa57b.zip
Fix typo
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
-rw-r--r--src/core/file_sys/patch_manager.cpp2
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 {
647 if (language_index < FileSys::LANGUAGE_NAMES.size()) { 647 if (language_index < FileSys::LANGUAGE_NAMES.size()) {
648 priority_language_names[i] = FileSys::LANGUAGE_NAMES[language_index]; 648 priority_language_names[i] = FileSys::LANGUAGE_NAMES[language_index];
649 } else { 649 } else {
650 // Not a catastrophy, unlikely to happen 650 // Not a catastrophe, unlikely to happen
651 LOG_WARNING(Loader, "Invalid language index {}", language_index); 651 LOG_WARNING(Loader, "Invalid language index {}", language_index);
652 } 652 }
653 } 653 }