aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/cfg/cfg.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2017-09-11 21:39:56 -0400
committerGitHub <noreply@github.com>2017-09-11 21:39:56 -0400
commit588077184b7f10914123864f9374510ff165e255 (patch)
treedc418aad40a79a0316fb5d01a47da7898e6b7e0e /src/core/hle/service/cfg/cfg.cpp
parent3e2e9be6d542042fbf0548e94f34c5274bf2f714 (diff)
parent59a9aaf388b71444116a42fe97a969947230908e (diff)
Merge pull request #2915 from wwylele/font-archive-2
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;