summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/control_metadata.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-11-27 19:18:12 +0100
committerLioncash <mathew1800@gmail.com>2018-11-27 19:21:46 +0100
commitd4e3d567cee786a1bb73d023528306dad9816ec1 (patch)
treeb5602f36d71a5a0dde382c06eff4f6e336488b13 /src/core/file_sys/control_metadata.cpp
parentMerge pull request #1806 from ReinUsesLisp/morton-fixup (diff)
downloadyuzu-d4e3d567cee786a1bb73d023528306dad9816ec1.tar
yuzu-d4e3d567cee786a1bb73d023528306dad9816ec1.tar.gz
yuzu-d4e3d567cee786a1bb73d023528306dad9816ec1.tar.bz2
yuzu-d4e3d567cee786a1bb73d023528306dad9816ec1.tar.lz
yuzu-d4e3d567cee786a1bb73d023528306dad9816ec1.tar.xz
yuzu-d4e3d567cee786a1bb73d023528306dad9816ec1.tar.zst
yuzu-d4e3d567cee786a1bb73d023528306dad9816ec1.zip
Diffstat (limited to '')
-rw-r--r--src/core/file_sys/control_metadata.cpp24
1 files changed, 17 insertions, 7 deletions
diff --git a/src/core/file_sys/control_metadata.cpp b/src/core/file_sys/control_metadata.cpp
index c8fa912bf..e065e592f 100644
--- a/src/core/file_sys/control_metadata.cpp
+++ b/src/core/file_sys/control_metadata.cpp
@@ -8,13 +8,23 @@
namespace FileSys {
-const std::array<const char*, 15> LANGUAGE_NAMES = {
- "AmericanEnglish", "BritishEnglish", "Japanese",
- "French", "German", "LatinAmericanSpanish",
- "Spanish", "Italian", "Dutch",
- "CanadianFrench", "Portugese", "Russian",
- "Korean", "Taiwanese", "Chinese",
-};
+const std::array<const char*, 15> LANGUAGE_NAMES{{
+ "AmericanEnglish",
+ "BritishEnglish",
+ "Japanese",
+ "French",
+ "German",
+ "LatinAmericanSpanish",
+ "Spanish",
+ "Italian",
+ "Dutch",
+ "CanadianFrench",
+ "Portuguese",
+ "Russian",
+ "Korean",
+ "Taiwanese",
+ "Chinese",
+}};
std::string LanguageEntry::GetApplicationName() const {
return Common::StringFromFixedZeroTerminatedBuffer(application_name.data(),