mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-11 12:05:22 -04:00
m_Do_graphic work
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user