forked from TeamTofuShop/segatools
Add support for specifing monitor number for dx9 games
This commit is contained in:
committed by
Bemani Witch
parent
82416115f5
commit
30e1d033c5
@ -6,6 +6,7 @@ struct gfx_config {
|
||||
bool enable;
|
||||
bool windowed;
|
||||
bool framed;
|
||||
int monitor;
|
||||
};
|
||||
|
||||
void gfx_hook_init(const struct gfx_config *cfg);
|
||||
|
Reference in New Issue
Block a user