mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-05-02 22:36:37 +08:00
Fix typo getting region.
This commit is contained in:
parent
ea2c702556
commit
357ba57b32
@ -275,7 +275,7 @@ Result util_import_seed(u64 titleId) {
|
|||||||
static const char* regionStrings[] = {"JP", "US", "GB", "GB", "HK", "KR", "TW"};
|
static const char* regionStrings[] = {"JP", "US", "GB", "GB", "HK", "KR", "TW"};
|
||||||
|
|
||||||
u8 region = CFG_REGION_USA;
|
u8 region = CFG_REGION_USA;
|
||||||
CFGU_GetSystemLanguage(®ion);
|
CFGU_SecureInfoGetRegion(®ion);
|
||||||
|
|
||||||
if(region <= CFG_REGION_TWN) {
|
if(region <= CFG_REGION_TWN) {
|
||||||
char url[128];
|
char url[128];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user