forked from Dniel97/segatools
fix billingType
This commit is contained in:
parent
8b58116f25
commit
69f3c380f3
@ -222,7 +222,7 @@ void nusec_config_load(struct nusec_config *cfg, const wchar_t *filename)
|
||||
filename);
|
||||
|
||||
cfg->region = GetPrivateProfileIntW(L"keychip", L"region", 1, filename);
|
||||
cfg->region = GetPrivateProfileIntW(L"keychip", L"billingType", 1, filename);
|
||||
cfg->billing_type = GetPrivateProfileIntW(L"keychip", L"billingType", 1, filename);
|
||||
cfg->system_flag = GetPrivateProfileIntW(
|
||||
L"keychip",
|
||||
L"systemFlag",
|
||||
|
Loading…
Reference in New Issue
Block a user