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
@ -147,7 +147,9 @@ static HRESULT STDMETHODCALLTYPE my_CreateDevice(
|
||||
gfx_frame_window(hwnd);
|
||||
}
|
||||
|
||||
return IDirect3D9_CreateDevice(real, adapter, type, hwnd, flags, pp, pdev);
|
||||
dprintf("Gfx: IDirect3D9:: Using Display No %x\n", gfx_config.monitor);
|
||||
|
||||
return IDirect3D9_CreateDevice(real, gfx_config.monitor, type, hwnd, flags, pp, pdev);
|
||||
}
|
||||
|
||||
static HRESULT gfx_frame_window(HWND hwnd)
|
||||
|
Reference in New Issue
Block a user