feat(gx): set marker when viewport changes

This commit is contained in:
fallenoak 2023-04-15 12:36:57 -05:00
parent 5174970b24
commit 37996fa79c
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -1052,8 +1052,7 @@ void CGxDevice::XformSetViewport(float minX, float maxX, float minY, float maxY,
return;
}
// TODO
// this->unk4[4] = 1;
this->intF6C = 1;
this->m_viewport.x.l = minX;
this->m_viewport.x.h = maxX;