Support D3DDevice::GetDeviceCaps() on XDK 5558
This commit is contained in:
parent
dc1a9901fd
commit
b59e0a94b3
|
@ -3254,6 +3254,16 @@ OOVPATable D3D8_1_0_5558[] =
|
||||||
#ifdef _DEBUG_TRACE
|
#ifdef _DEBUG_TRACE
|
||||||
"EmuIDirect3DDevice8_EndStateBlock"
|
"EmuIDirect3DDevice8_EndStateBlock"
|
||||||
#endif
|
#endif
|
||||||
|
},
|
||||||
|
// IDirect3DDevice8_GetDeviceCaps (* unchanged since 3925 *)
|
||||||
|
{
|
||||||
|
(OOVPA*)&IDirect3DDevice8_GetDeviceCaps_1_0_3925,
|
||||||
|
|
||||||
|
XTL::EmuIDirect3DDevice8_GetDeviceCaps,
|
||||||
|
|
||||||
|
#ifdef _DEBUG_TRACE
|
||||||
|
"EmuIDirect3DDevice8_GetDeviceCaps"
|
||||||
|
#endif
|
||||||
},
|
},
|
||||||
// IDirect3DDevice8::SetRenderState_FrontFace (* unchanged since 4134 *)
|
// IDirect3DDevice8::SetRenderState_FrontFace (* unchanged since 4134 *)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue