From 37996fa79c30d654002e0c85ff2f154b27d3e5ad Mon Sep 17 00:00:00 2001 From: fallenoak Date: Sat, 15 Apr 2023 12:36:57 -0500 Subject: [PATCH] feat(gx): set marker when viewport changes --- src/gx/CGxDevice.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;