Settings services: Difference between revisions
Document the available region codes based off how they're used from within the erpt module. These are the same values, given erpt calls into the settings module to retrieve the region code and uses it to retrieve a string representation of the region |
m Fix typo that was accidentally made from my last edit. |
||
Line 14: | Line 14: | ||
| 3 || GetAvailableLanguageCodeCount || No input, returns an output s32. | | 3 || GetAvailableLanguageCodeCount || No input, returns an output s32. | ||
|- | |- | ||
| 4 || GetRegionCode || No input, returns | | 4 || GetRegionCode || No input, returns a [[#RegionCode]]. | ||
|- | |- | ||
| 5 || [4.0.0+] GetAvailableLanguageCodes2 || Takes a type-0x6 buffer containing the [[#LanguageCode]] output array, returns an output s32. | | 5 || [4.0.0+] GetAvailableLanguageCodes2 || Takes a type-0x6 buffer containing the [[#LanguageCode]] output array, returns an output s32. |