forked from TeamTofuShop/segatools
Add support for specifing monitor number for dx9 games
This commit is contained in:
committed by
c4068081a0e53e868941f44b467cfc461090e537
parent
1e2788795c
commit
43428a6502
@ -15,4 +15,5 @@ void gfx_config_load(struct gfx_config *cfg, const wchar_t *filename)
|
||||
cfg->enable = GetPrivateProfileIntW(L"gfx", L"enable", 1, filename);
|
||||
cfg->windowed = GetPrivateProfileIntW(L"gfx", L"windowed", 0, filename);
|
||||
cfg->framed = GetPrivateProfileIntW(L"gfx", L"framed", 1, filename);
|
||||
cfg->monitor = GetPrivateProfileIntW(L"gfx", L"monitor", 0, filename);
|
||||
}
|
||||
|
Reference in New Issue
Block a user