mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 15:35:46 +00:00
Implement IApplicationFunctions::GetDesiredLanguage
This commit is contained in:
parent
d9b4b49538
commit
e417da5070
9 changed files with 1004 additions and 397 deletions
|
@ -109,6 +109,7 @@ public:
|
|||
std::string GetVersionString() const;
|
||||
u64 GetDefaultNormalSaveSize() const;
|
||||
u64 GetDefaultJournalSaveSize() const;
|
||||
u32 GetSupportedLanguages() const;
|
||||
std::vector<u8> GetRawBytes() const;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue