forked from TeamTofuShop/segatools
[epay]: hook enabled by default
This commit is contained in:
@ -360,5 +360,5 @@ void epay_config_load(struct epay_config *cfg, const wchar_t *filename)
|
||||
assert(filename != NULL);
|
||||
|
||||
cfg->enable = GetPrivateProfileIntW(L"epay", L"enable", 1, filename);
|
||||
cfg->hook = GetPrivateProfileIntW(L"epay", L"hook", 0, filename);
|
||||
cfg->hook = GetPrivateProfileIntW(L"epay", L"hook", 1, filename);
|
||||
}
|
||||
|
Reference in New Issue
Block a user