m_Do_graphic work

This commit is contained in:
LagoLunatic
2024-10-03 23:35:20 -04:00
parent d71cf42416
commit 23ca4248f1
4 changed files with 184 additions and 35 deletions
+2 -2
View File
@@ -15,7 +15,7 @@
JFWDisplay* JFWDisplay::sManager = NULL;
bool JFWAutoAbortGfx = true;
u8 JFWAutoAbortGfx = 1;
Mtx e_mtx = {
{1.0f, 0.0f, 0.0f, 0.0f},
{0.0f, 1.0f, 0.0f, 0.0f},
@@ -495,7 +495,7 @@ void JFWGXDrawDoneAutoAbort() {
/* 8025640C-802564D4 .text JFWGXAbortAlarmHandler__FP7OSAlarmP9OSContext */
void JFWGXAbortAlarmHandler(OSAlarm*, OSContext*) {
diagnoseGpHang();
if(JFWAutoAbortGfx != true) {
if(JFWAutoAbortGfx != 1) {
OSReport("自動復帰しません\n");
JUT_WARN(VERSION_SELECT(1351, 1350, 1350), "GP FREEZE!");
JUT_ASSERT(VERSION_SELECT(1352, 1351, 1351), 0);