aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/cfg/cfg.cpp
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2017-08-02 22:56:44 +0300
committerwwylele <wwylele@gmail.com>2017-09-03 12:34:11 +0300
commit59a9aaf388b71444116a42fe97a969947230908e (patch)
treec8f9a2f7af323cd555e7c587093cd9df29d062a7 /src/core/hle/service/cfg/cfg.cpp
parentf251b8873a6981431bc0383ec86a6b1c986c8e2b (diff)
APT: load different shared font depending on the region
Diffstat (limited to 'src/core/hle/service/cfg/cfg.cpp')
-rw-r--r--src/core/hle/service/cfg/cfg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/cfg/cfg.cpp b/src/core/hle/service/cfg/cfg.cpp
index 3dbeb27cc..f26a1f65f 100644
--- a/src/core/hle/service/cfg/cfg.cpp
+++ b/src/core/hle/service/cfg/cfg.cpp
@@ -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;