Added support for GetCreationParameters() in the HLEDatabase on titles built with the 4361 version of the D3D library.
This commit is contained in:
parent
3031eaa807
commit
505fd12f1e
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue