HLE (D3D)

This commit is contained in:
Aaron Robinson 2003-02-23 08:01:01 +00:00
parent 6e1635e666
commit ffdcf67fda
1 changed files with 3 additions and 0 deletions

View File

@ -202,6 +202,9 @@ HRESULT WINAPI xboxkrnl::EmuXIDirect3D8_CreateDevice
pPresentationParameters->Windowed = TRUE;
// TODO: More intelligently set this only when the game wants it
pPresentationParameters->SwapEffect = D3DSWAPEFFECT_COPY_VSYNC;
hFocusWindow = g_EmuXWindow;
// TODO: Use lookup table that is dependant on library version