diff options
author | Michael Scire <SciresM@gmail.com> | 2019-05-23 09:55:56 +0200 |
---|---|---|
committer | Michael Scire <SciresM@gmail.com> | 2019-05-23 09:55:56 +0200 |
commit | 7dbf4c1ae5fbe6287575e7ac1b0f93dbb16843c2 (patch) | |
tree | 020e199743748138d062cd07c40f13f028c06bef /src/core/file_sys/control_metadata.h | |
parent | shader/decode/memory: Remove left in debug pragma (diff) | |
download | yuzu-7dbf4c1ae5fbe6287575e7ac1b0f93dbb16843c2.tar yuzu-7dbf4c1ae5fbe6287575e7ac1b0f93dbb16843c2.tar.gz yuzu-7dbf4c1ae5fbe6287575e7ac1b0f93dbb16843c2.tar.bz2 yuzu-7dbf4c1ae5fbe6287575e7ac1b0f93dbb16843c2.tar.lz yuzu-7dbf4c1ae5fbe6287575e7ac1b0f93dbb16843c2.tar.xz yuzu-7dbf4c1ae5fbe6287575e7ac1b0f93dbb16843c2.tar.zst yuzu-7dbf4c1ae5fbe6287575e7ac1b0f93dbb16843c2.zip |
Diffstat (limited to 'src/core/file_sys/control_metadata.h')
-rw-r--r-- | src/core/file_sys/control_metadata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/file_sys/control_metadata.h b/src/core/file_sys/control_metadata.h index 280710ddf..1be34ed55 100644 --- a/src/core/file_sys/control_metadata.h +++ b/src/core/file_sys/control_metadata.h @@ -109,6 +109,7 @@ public: std::string GetVersionString() const; u64 GetDefaultNormalSaveSize() const; u64 GetDefaultJournalSaveSize() const; + u32 GetSupportedLanguages() const; std::vector<u8> GetRawBytes() const; private: |