Add support for specifing monitor number for dx9 games

This commit is contained in:
85be42b2ce67a8e34b32793360824b056c0c2444
2020-05-19 22:09:38 +02:00
committed by c4068081a0e53e868941f44b467cfc461090e537
parent 1e2788795c
commit 43428a6502
4 changed files with 7 additions and 1 deletions

View File

@ -6,6 +6,7 @@ struct gfx_config {
bool enable;
bool windowed;
bool framed;
int monitor;
};
void gfx_hook_init(const struct gfx_config *cfg);