1
0
mirror of synced 2025-03-03 16:44:23 +01:00

epay: fix config

This commit is contained in:
Hay1tsme 2025-02-22 13:17:57 -05:00
parent c7681e3d02
commit b0c52686d1

View File

@ -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)