forked from Dniel97/segatools
epay: added config because git is dumb
This commit is contained in:
parent
5ef0cf6181
commit
f5a7e5b821
@ -339,3 +339,10 @@ void dipsw_config_load(struct dipsw_config *cfg, const wchar_t *filename)
|
||||
}
|
||||
}
|
||||
|
||||
void epay_config_load(struct epay_config *cfg, const wchar_t *filename)
|
||||
{
|
||||
assert(cfg != NULL);
|
||||
assert(filename != NULL);
|
||||
|
||||
cfg->enable = GetPrivateProfileIntW(L"epay", L"enable", 1, filename);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user