From d8744e1f34e9955d55a5605f939bdf0bf9d8a729 Mon Sep 17 00:00:00 2001 From: robojumper Date: Thu, 7 May 2026 19:53:30 +0200 Subject: MTX/VEC cleanup --- src/egg/gfx/eggStateEfb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/egg/gfx/eggStateEfb.cpp') diff --git a/src/egg/gfx/eggStateEfb.cpp b/src/egg/gfx/eggStateEfb.cpp index e2a11581..8ca5992d 100644 --- a/src/egg/gfx/eggStateEfb.cpp +++ b/src/egg/gfx/eggStateEfb.cpp @@ -184,7 +184,7 @@ void StateEfb::popWorkBuffer(bool b, u32 userData) { StateGX::GXSetScissorBoxOffset_(0, 0); nw4r::math::MTX34 mtx; - PSMTXScale(mtx, parentScreen.GetSize().x, parentScreen.GetSize().y, 1.0f); + MTXScale(mtx, parentScreen.GetSize().x, parentScreen.GetSize().y, 1.0f); DrawGX::BeginDrawScreen(true, isEnableDirtyBufferMode(), false); DrawGX::SetBlendMode(DrawGX::BLEND_14); -- cgit v1.2.3