aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/control_metadata.h
diff options
context:
space:
mode:
authorFengChen <vonchenplus@gmail.com>2022-10-22 21:27:34 +0800
committerFengChen <vonchenplus@gmail.com>2022-10-24 21:55:25 +0800
commit1689e0a71f5d0518e91d82226612cc5336fe6d4f (patch)
tree0147951ae9b0498a2a6472c5104540c992fd4770 /src/core/file_sys/control_metadata.h
parent0860fffd78e5c0a833bd0285d651a4615d29c4f4 (diff)
file_sys: Priority display of game titles in the current language
Diffstat (limited to 'src/core/file_sys/control_metadata.h')
-rw-r--r--src/core/file_sys/control_metadata.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/file_sys/control_metadata.h b/src/core/file_sys/control_metadata.h
index 75295519c..6a81873b1 100644
--- a/src/core/file_sys/control_metadata.h
+++ b/src/core/file_sys/control_metadata.h
@@ -101,9 +101,9 @@ public:
explicit NACP(VirtualFile file);
~NACP();
- const LanguageEntry& GetLanguageEntry(Language language = Language::Default) const;
- std::string GetApplicationName(Language language = Language::Default) const;
- std::string GetDeveloperName(Language language = Language::Default) const;
+ const LanguageEntry& GetLanguageEntry() const;
+ std::string GetApplicationName() const;
+ std::string GetDeveloperName() const;
u64 GetTitleId() const;
u64 GetDLCBaseTitleId() const;
std::string GetVersionString() const;