improve match

This commit is contained in:
Misha 2024-03-20 16:30:09 -04:00
parent 1024948533
commit 2c5234eef6
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8
2 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ class MxDisplaySurface : public MxCore {
MxS32 p_bottom,
MxS32 p_width,
MxS32 p_height,
MxBool
MxBool p_useOtherFunction
); // vtable+0x30
virtual undefined4 VTable0x34(
undefined4,

View File

@ -519,7 +519,7 @@ void MxDisplaySurface::VTable0x30(
p_width,
p_height,
ddsd.lPitch,
m_surfaceDesc.ddpfPixelFormat.dwRGBBitCount
8
);
}
else {
@ -550,7 +550,7 @@ void MxDisplaySurface::VTable0x30(
p_width,
p_height,
ddsd.lPitch,
m_surfaceDesc.ddpfPixelFormat.dwRGBBitCount
16
);
}
else {