m_Do demo work (#1189)

* m_Do_controller_pad and m_Do_Reset OK for demo, m_Do_machine 100% with weak func order

* Add machine.pch, m_Do_machine OK for demo

* m_Do_gba_com and m_Do_MemCardRWmng OK for demo

* m_Do_graphic work

* m_Do_graphic JPN/PAL version diffs
This commit is contained in:
LagoLunatic
2026-08-31 15:52:01 -04:00
committed by GitHub
parent 18e0b77903
commit e7e0e8e581
61 changed files with 694 additions and 411 deletions
+2 -2
View File
@@ -2183,9 +2183,9 @@ static BOOL dMsg_Delete(sub_mesg_class* i_Msg) {
dMesg_finalize();
if (header) {
JKRFileLoader::removeResource(header, NULL);
JKRRemoveResource(header, NULL);
} if (header2) {
JKRFileLoader::removeResource(header2, NULL);
JKRRemoveResource(header2, NULL);
}
if (oParse) {
delete oParse;