APT: load different shared font depending on the region
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user