mirror of
https://gitea.tendokyu.moe/Hay1tsme/bananatools.git
synced 2026-09-09 04:36:28 -05:00
epay: fix config
This commit is contained in:
@@ -250,7 +250,7 @@ void es3sec_config_load(struct es3sec_config *cfg, const wchar_t *filename)
|
||||
|
||||
void epay_config_load(struct epay_config *cfg, const wchar_t *filename)
|
||||
{
|
||||
cfg->enable = GetPrivateProfileIntW(L"dongle", L"enable", 1, filename);
|
||||
cfg->enable = GetPrivateProfileIntW(L"epay", L"enable", 1, filename);
|
||||
}
|
||||
|
||||
void amactivator_config_load(struct amactivator_config *cfg, const wchar_t *filename)
|
||||
|
||||
Reference in New Issue
Block a user