mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Update legovideomanager.cpp
This commit is contained in:
parent
4172217a32
commit
61e28d4c3c
@ -137,7 +137,7 @@ MxResult LegoVideoManager::Create(MxVideoParam& p_videoParam, MxU32 p_frequencyM
|
||||
/*
|
||||
* BUG: should be:
|
||||
* if ((driver->m_ddCaps.dwCaps2 & DDCAPS2_CERTIFIED) == 0 && driver->m_ddCaps.dwSVBRops[7] != 2) {
|
||||
*/
|
||||
*/
|
||||
if (driver->m_ddCaps.dwCaps2 != DDCAPS2_CERTIFIED && driver->m_ddCaps.dwSVBRops[7] != 2) {
|
||||
p_videoParam.Flags().SetF2bit0(TRUE);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user