mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-22 22:24:16 -04:00
ks_nes_draw: correct indtexmtx values
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user