Fixed up the D3DDevice_SetDepthClipPlanes (5849)

This commit is contained in:
jarupxx 2017-02-11 19:05:19 +09:00
parent 0e226973ad
commit a6d8345bb4
1 changed files with 7 additions and 7 deletions

View File

@ -748,7 +748,7 @@ OOVPA_END;
// ******************************************************************
// * D3DDevice8::SetDepthClipPlanes
// ******************************************************************
OOVPA_NO_XREF(D3DDevice_SetDepthClipPlanes, 5849, 13)
OOVPA_NO_XREF(D3DDevice_SetDepthClipPlanes, 5849, 11)
// _D3DDevice_SetDepthClipPlanes+0x00 : mov eax, [esp+Flags]
{ 0x00, 0x8B }, // (Offset,Value)-Pair #1
@ -756,18 +756,18 @@ OOVPA_NO_XREF(D3DDevice_SetDepthClipPlanes, 5849, 13)
{ 0x02, 0x24 }, // (Offset,Value)-Pair #3
{ 0x03, 0x0C }, // (Offset,Value)-Pair #4
// _D3DDevice_SetDepthClipPlanes+0x00 : ja short loc_27ABD0 ; jumptable 0027AB71 default case
// _D3DDevice_SetDepthClipPlanes+0x0F : ja short loc_27ABD0 ; jumptable 0027AB71 default case
{ 0x0F, 0x77 }, // (Offset,Value)-Pair #5
{ 0x10, 0x5F }, // (Offset,Value)-Pair #6
// _D3DDevice_SetDepthClipPlanes+0x00 : jmp ds:off_27ABEC[eax*4] ; switch jump
// _D3DDevice_SetDepthClipPlanes+0x11 : jmp ds:off_27ABEC[eax*4] ; switch jump
{ 0x11, 0xFF }, // (Offset,Value)-Pair #7
{ 0x12, 0x24 }, // (Offset,Value)-Pair #8
{ 0x13, 0x85 }, // (Offset,Value)-Pair #9
{ 0x14, 0xEC }, // (Offset,Value)-Pair #10
{ 0x15, 0xAB }, // (Offset,Value)-Pair #11
{ 0x16, 0x27 }, // (Offset,Value)-Pair #12
{ 0x17, 0x00 }, // (Offset,Value)-Pair #13
// _D3DDevice_SetDepthClipPlanes+0x88 : retn 0Ch
{ 0x88, 0xC2 }, // (Offset,Value)-Pair #10
{ 0x89, 0x0C }, // (Offset,Value)-Pair #11
OOVPA_END;
// ******************************************************************