mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-11 12:05:22 -04:00
Demo work (#786)
* Demo work * Fix PAL * Fix d_door weak func order and link it * Fix d_door for demo * JKernel OK on demo + misc * tag_attention 100% on demo * More demo work and fix some retail fakematches
This commit is contained in:
@@ -75,7 +75,7 @@ JFWDisplay::~JFWDisplay() {
|
||||
|
||||
/* 80255354-802553EC .text createManager__10JFWDisplayFP7JKRHeapQ26JUTXfb10EXfbNumberb */
|
||||
JFWDisplay* JFWDisplay::createManager(JKRHeap* p_heap, JUTXfb::EXfbNumber xfb_num, bool enableAlpha) {
|
||||
JUT_CONFIRM(VERSION_SELECT(244, 244, 243, 243), sManager == NULL);
|
||||
JUT_CONFIRM(VERSION_SELECT(242, 244, 243, 243), sManager == NULL);
|
||||
if(sManager == 0) {
|
||||
sManager = new JFWDisplay(0, p_heap, xfb_num, enableAlpha);
|
||||
}
|
||||
@@ -497,12 +497,12 @@ void JFWGXAbortAlarmHandler(OSAlarm*, OSContext*) {
|
||||
diagnoseGpHang();
|
||||
if(JFWAutoAbortGfx != 1) {
|
||||
OSReport("自動復帰しません\n");
|
||||
JUT_WARN(VERSION_SELECT(1351, 1351, 1350, 1350), "GP FREEZE!");
|
||||
JUT_ASSERT(VERSION_SELECT(1352, 1352, 1351, 1351), 0);
|
||||
JUT_WARN(VERSION_SELECT(1349, 1351, 1350, 1350), "GP FREEZE!");
|
||||
JUT_ASSERT(VERSION_SELECT(1350, 1352, 1351, 1351), 0);
|
||||
}
|
||||
else {
|
||||
OSReport("GXAbortFrame() を呼び出し、復帰します\n");
|
||||
JUT_WARN(VERSION_SELECT(1356, 1356, 1355, 1355), "GP FREEZE! AUTO RESUME");
|
||||
JUT_WARN(VERSION_SELECT(1354, 1356, 1355, 1355), "GP FREEZE! AUTO RESUME");
|
||||
GXAbortFrame();
|
||||
GXSetDrawDone();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user