mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-11 21:30:05 +00:00
APT: load different shared font depending on the region
This commit is contained in:
parent
f251b8873a
commit
59a9aaf388
3 changed files with 155 additions and 135 deletions
|
@ -168,7 +168,7 @@ void GetCountryCodeID(Service::Interface* self) {
|
|||
cmd_buff[2] = country_code_id;
|
||||
}
|
||||
|
||||
static u32 GetRegionValue() {
|
||||
u32 GetRegionValue() {
|
||||
if (Settings::values.region_value == Settings::REGION_VALUE_AUTO_SELECT)
|
||||
return preferred_region_code;
|
||||
|
||||
|
|
|
@ -101,6 +101,8 @@ void GetCountryCodeString(Service::Interface* self);
|
|||
*/
|
||||
void GetCountryCodeID(Service::Interface* self);
|
||||
|
||||
u32 GetRegionValue();
|
||||
|
||||
/**
|
||||
* CFG::SecureInfoGetRegion service function
|
||||
* Inputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue