From 611981e0fefa7ce84b182d278b27ae080e7449e6 Mon Sep 17 00:00:00 2001 From: Cuyler36 Date: Thu, 23 Oct 2025 20:53:29 -0400 Subject: [PATCH] ks_nes_draw: correct indtexmtx values --- src/static/Famicom/ks_nes_draw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/Famicom/ks_nes_draw.cpp b/src/static/Famicom/ks_nes_draw.cpp index 8e876175..9dab98de 100644 --- a/src/static/Famicom/ks_nes_draw.cpp +++ b/src/static/Famicom/ks_nes_draw.cpp @@ -772,7 +772,7 @@ void ksNesDrawOBJI8ToEFB(ksNesCommonWorkObj* wp, u8* buf) { void ksNesDrawEmuResult(ksNesCommonWorkObj* wp) { static f32 indtexmtx[2][3] = { - { 1.0f, 0.0f, 0.0f }, + { 0.5f, 0.0f, 0.0f }, { 0.0f, 0.0f, 0.0f } }; static const GXColor black2 = { 0, 0, 0, 0 }; // unused, corrects stack