APT: load different shared font depending on the region

This commit is contained in:
wwylele
2017-08-02 22:56:44 +03:00
parent f251b8873a
commit 59a9aaf388
3 changed files with 155 additions and 135 deletions

View File

@ -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;