mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
Match
This commit is contained in:
parent
ad08770796
commit
c9946b84b3
@ -120,8 +120,9 @@ BOOL MxDirect3D::D3DSetMode()
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (m_assignedDevice->m_desc.dpcTriCaps.dwTextureCaps & D3DPTEXTURECAPS_PERSPECTIVE)
|
||||||
m_unk0x88c = FALSE;
|
m_unk0x88c = FALSE;
|
||||||
if ((m_assignedDevice->m_desc.dpcTriCaps.dwTextureCaps & D3DPTEXTURECAPS_PERSPECTIVE) == 0)
|
else
|
||||||
m_unk0x88c = TRUE;
|
m_unk0x88c = TRUE;
|
||||||
|
|
||||||
DWORD bitDepth = GetZBufferBitDepth(m_assignedDevice);
|
DWORD bitDepth = GetZBufferBitDepth(m_assignedDevice);
|
||||||
@ -129,8 +130,9 @@ BOOL MxDirect3D::D3DSetMode()
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
if (m_assignedDevice->m_desc.dpcTriCaps.dwTextureCaps & D3DPTEXTURECAPS_PERSPECTIVE)
|
||||||
m_unk0x88c = FALSE;
|
m_unk0x88c = FALSE;
|
||||||
if ((m_assignedDevice->m_desc.dpcTriCaps.dwTextureCaps & D3DPTEXTURECAPS_PERSPECTIVE) == 0)
|
else
|
||||||
m_unk0x88c = TRUE;
|
m_unk0x88c = TRUE;
|
||||||
|
|
||||||
DWORD bitDepth = GetZBufferBitDepth(m_assignedDevice);
|
DWORD bitDepth = GetZBufferBitDepth(m_assignedDevice);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user