From 357ba57b325ae67cf58b3a1d3949a0ce68b92b4b Mon Sep 17 00:00:00 2001 From: Steven Smith Date: Mon, 30 May 2016 18:51:52 -0700 Subject: [PATCH] Fix typo getting region. --- source/core/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/util.c b/source/core/util.c index 22554fa..f894be4 100644 --- a/source/core/util.c +++ b/source/core/util.c @@ -275,7 +275,7 @@ Result util_import_seed(u64 titleId) { static const char* regionStrings[] = {"JP", "US", "GB", "GB", "HK", "KR", "TW"}; u8 region = CFG_REGION_USA; - CFGU_GetSystemLanguage(®ion); + CFGU_SecureInfoGetRegion(®ion); if(region <= CFG_REGION_TWN) { char url[128];