diff --git a/src/gx/CGxDevice.cpp b/src/gx/CGxDevice.cpp index 31b30b6..16387a9 100644 --- a/src/gx/CGxDevice.cpp +++ b/src/gx/CGxDevice.cpp @@ -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;