mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 19:47:56 -05:00
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;
|
||||
|
||||
|
Reference in New Issue
Block a user