added freeplay setting to ALLS games

This commit is contained in:
2023-12-03 22:22:17 +01:00
parent 3dd6054a1e
commit 4ffcf25555
12 changed files with 116 additions and 40 deletions

View File

@ -330,6 +330,7 @@ void dipsw_config_load(struct dipsw_config *cfg, const wchar_t *filename)
assert(filename != NULL);
cfg->enable = GetPrivateProfileIntW(L"gpio", L"enable", 0, filename);
cfg->freeplay = GetPrivateProfileIntW(L"gpio", L"freeplay", 0, filename);
wcscpy_s(name, _countof(name), L"dipsw0");