platform: make billing type configurable

This commit is contained in:
2022-12-10 23:21:54 -05:00
committed by Hay1tsme
parent 809b0d5006
commit 8b58116f25
4 changed files with 19 additions and 2 deletions

View File

@ -222,6 +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->system_flag = GetPrivateProfileIntW(
L"keychip",
L"systemFlag",