ks_nes_draw: correct indtexmtx values

This commit is contained in:
Cuyler36
2025-10-23 20:53:29 -04:00
parent 1c36bfebf0
commit 611981e0fe
+1 -1
View File
@@ -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