mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-30 15:39:02 -05:00 
			
		
		
		
	Implement IApplicationFunctions::GetDesiredLanguage
This commit is contained in:
		| @@ -87,6 +87,10 @@ u64 NACP::GetDefaultJournalSaveSize() const { | ||||
|     return raw.user_account_save_data_journal_size; | ||||
| } | ||||
|  | ||||
| u32 NACP::GetSupportedLanguages() const { | ||||
|     return raw.supported_languages; | ||||
| } | ||||
|  | ||||
| std::vector<u8> NACP::GetRawBytes() const { | ||||
|     std::vector<u8> out(sizeof(RawNACP)); | ||||
|     std::memcpy(out.data(), &raw, sizeof(RawNACP)); | ||||
|   | ||||
| @@ -109,6 +109,7 @@ public: | ||||
|     std::string GetVersionString() const; | ||||
|     u64 GetDefaultNormalSaveSize() const; | ||||
|     u64 GetDefaultJournalSaveSize() const; | ||||
|     u32 GetSupportedLanguages() const; | ||||
|     std::vector<u8> GetRawBytes() const; | ||||
|  | ||||
| private: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Michael Scire
					Michael Scire