From 776cd0b344b04bf80c06f96d68c7d33c69940f21 Mon Sep 17 00:00:00 2001 From: TakaRikka Date: Thu, 2 Apr 2026 19:15:41 -0700 Subject: [PATCH] fix --- src/m_Do/m_Do_graphic.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/m_Do/m_Do_graphic.cpp b/src/m_Do/m_Do_graphic.cpp index fe5e669a91..0096334810 100644 --- a/src/m_Do/m_Do_graphic.cpp +++ b/src/m_Do/m_Do_graphic.cpp @@ -2105,6 +2105,7 @@ int mDoGph_Painter() { #elif PLATFORM_WII if (data_8053a730) #endif + #if TARGET_PC || PLATFORM_WII { GXSetTexCopySrc(0, 0, mDoGph_gInf_c::getWidth(), mDoGph_gInf_c::getHeight()); GXSetTexCopyDst(mDoGph_gInf_c::getWidth(), mDoGph_gInf_c::getHeight(), (GXTexFmt)mDoGph_gInf_c::m_fullFrameBufferTimg->format, 0);