Update gbiMacro.c

This commit is contained in:
MegaMech
2025-06-07 18:12:30 -06:00
committed by GitHub
parent 47e4dd58c0
commit 414ad9bf3a
+2 -1
View File
@@ -3,6 +3,7 @@
#include "main.h"
#include <mk64.h>
#include <assets/common_data.h>
#include "src/port/interpolation/matrix.h"
#include "math_util.h"
@@ -18,5 +19,5 @@ UNUSED void gfx_func_80040D00(void) {
guOrtho(&gGfxPool->mtxScreen, 0.0f, SCREEN_WIDTH, 0.0f, SCREEN_HEIGHT, -1.0f, 1.0f, 1.0f);
gSPPerspNormalize(gDisplayListHead++, 0xFFFF);
gSPMatrix(gDisplayListHead++, VIRTUAL_TO_PHYSICAL(gGfxPool), G_MTX_NOPUSH | G_MTX_LOAD | G_MTX_PROJECTION);
//gSPMatrix(gDisplayListHead++, VIRTUAL_TO_PHYSICAL(&gIdentityMatrix), G_MTX_NOPUSH | G_MTX_LOAD | G_MTX_MODELVIEW);
gSPMatrix(gDisplayListHead++, VIRTUAL_TO_PHYSICAL(&gIdentityMatrix), G_MTX_NOPUSH | G_MTX_LOAD | G_MTX_MODELVIEW);
}