Address duplicate OOVP pattern matching, to resolve problems with Futurama. This may adversely effect Whacked support

This commit is contained in:
Echelon9 2013-08-10 13:27:18 +10:00
parent cbaad20f47
commit c4d56a1237
1 changed files with 5 additions and 1 deletions

View File

@ -3363,6 +3363,10 @@ OOVPATable D3D8_1_0_5233[] =
"EmuIDirect3DDevice8_SetViewport_5344"
#endif
},
/**
* Having two versions of D3Device::SetTransform in this file creates problems,
* in order to support Futurama, this second verison (added for Whacked support)
* has been disabled.
// IDirect3DDevice8::SetTransform
{
(OOVPA*)&D3DDevice_SetTransform_1_0_5344,
@ -3372,7 +3376,7 @@ OOVPATable D3D8_1_0_5233[] =
#ifdef _DEBUG_TRACE
"EmuIDirect3DDevice8_SetTransform_5344"
#endif
},
},**/
// IDirect3DDevice8::GetBackBuffer2
{
(OOVPA*)&D3DDevice_GetBackBuffer2_1_0_5344,