Added the D3DDevice_CreateStateBlock (5849)

This commit is contained in:
jarupxx 2017-02-11 19:37:27 +09:00
parent bf0e4ecd29
commit 14b93ce774
1 changed files with 6 additions and 0 deletions

View File

@ -1289,6 +1289,11 @@ OOVPA_END;
// ******************************************************************
#define D3DDevice_GetViewportOffsetAndScale_5849 D3DDevice_GetViewportOffsetAndScale_5558
// ******************************************************************
// * D3DDevice_CreateStateBlock
// ******************************************************************
#define D3DDevice_CreateStateBlock_5849 D3DDevice_CreateStateBlock_4627
// ******************************************************************
// * D3D8_5849
// ******************************************************************
@ -1446,6 +1451,7 @@ OOVPATable D3D8_5849[] = {
REGISTER_OOVPA(D3DDevice_SetVertexShaderInput, 5849, PATCH),
REGISTER_OOVPA(D3D_SetFence, 5849, XREF),
REGISTER_OOVPA(D3DDevice_GetViewportOffsetAndScale, 5849, PATCH),
REGISTER_OOVPA(D3DDevice_CreateStateBlock, 5849, PATCH),
};
// ******************************************************************