mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 04:50:00 +00:00
Fix typo
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
This commit is contained in:
parent
a0f235f4fd
commit
a2cfe3749a
1 changed files with 1 additions and 1 deletions
|
@ -647,7 +647,7 @@ PatchManager::Metadata PatchManager::ParseControlNCA(const NCA& nca) const {
|
||||||
if (language_index < FileSys::LANGUAGE_NAMES.size()) {
|
if (language_index < FileSys::LANGUAGE_NAMES.size()) {
|
||||||
priority_language_names[i] = FileSys::LANGUAGE_NAMES[language_index];
|
priority_language_names[i] = FileSys::LANGUAGE_NAMES[language_index];
|
||||||
} else {
|
} else {
|
||||||
// Not a catastrophy, unlikely to happen
|
// Not a catastrophe, unlikely to happen
|
||||||
LOG_WARNING(Loader, "Invalid language index {}", language_index);
|
LOG_WARNING(Loader, "Invalid language index {}", language_index);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue