Support D3Device_EnableOverlay() in XDK 5849
This commit is contained in:
parent
65f5b59fec
commit
1a65e0fbb4
|
@ -2746,6 +2746,16 @@ OOVPATable D3D8_1_0_5849[] =
|
|||
#ifdef _DEBUG_TRACE
|
||||
"EmuIDirect3DDevice8_SetTextureState_ColorKeyColor"
|
||||
#endif
|
||||
},
|
||||
// IDirect3DDevice8::EnableOverlay (* unchanged since 4361 *)
|
||||
{
|
||||
(OOVPA*)&IDirect3DDevice8_EnableOverlay_1_0_4361,
|
||||
|
||||
XTL::EmuIDirect3DDevice8_EnableOverlay,
|
||||
|
||||
#ifdef _DEBUG_TRACE
|
||||
"EmuIDirect3DDevice8_EnableOverlay"
|
||||
#endif
|
||||
},
|
||||
// D3DDevice_SetRenderState_MultiSampleMask
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue