mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-24 14:07:52 -05:00
service: ns, set: Add PT_BR (Brazilian Portuguese)
This commit is contained in:
@ -31,6 +31,7 @@ enum class LanguageCode : u64 {
|
||||
ES_419 = 0x00003931342D7365,
|
||||
ZH_HANS = 0x00736E61482D687A,
|
||||
ZH_HANT = 0x00746E61482D687A,
|
||||
PT_BR = 0x00000052422D7470,
|
||||
};
|
||||
LanguageCode GetLanguageCodeFromIndex(std::size_t idx);
|
||||
|
||||
|
Reference in New Issue
Block a user