Added support for GetCreationParameters() in the HLEDatabase on titles built with the 4361 version of the D3D library.

This commit is contained in:
Wayo 2014-06-24 15:38:20 +02:00
parent 3031eaa807
commit 505fd12f1e
1 changed files with 10 additions and 0 deletions

View File

@ -3461,6 +3461,16 @@ OOVPATable D3D8_1_0_4361[] =
#ifdef _DEBUG_TRACE
"EmuIDirect3DDevice8_GetGammaRamp"
#endif
},
// IDirect3DDevice8::GetCreationParameters (* unchanged since 4034 *)
{
(OOVPA*)&IDirect3DDevice8_GetCreationParameters_1_0_4034,
XTL::EmuIDirect3DDevice8_GetCreationParameters,
#ifdef _DEBUG_TRACE
"EmuIDirect3DDevice8_GetCreationParameters"
#endif
},
// IDirect3DDevice8::SetShaderConstantMode
{