Match a few funcs, optimize some things (#1960)

* match a few nonmatchings

* remove unused asm

* remove stale docs

* add LICENSE.md to project overview in readme
This commit is contained in:
Trueffel
2023-10-13 04:56:17 +02:00
committed by GitHub
parent 6601c9d5e1
commit 35eb599ad4
10 changed files with 24 additions and 548 deletions
+4 -2
View File
@@ -6,6 +6,9 @@
#include "d/meter/d_meter_HIO.h"
#include "d/save/d_save.h"
#include "dol2asm.h"
#include "JSystem/JKernel/JKRArchive.h"
#include "m_Do/m_Do_ext.h"
#include "JSystem/JKernel/JKRExpHeap.h"
#include "global.h"
//
@@ -1685,6 +1688,7 @@ dMeter_fmapHIO_c::dMeter_fmapHIO_c() {
}
/* 80200BCC-80200CD4 1FB50C 0108+00 2/1 0/0 0/0 .text __dt__16dMeter_fmapHIO_cFv */
// Matches with dMeter_mapIconHIO_c dtor defined instead of declared in the header
#ifdef NONMATCHING
dMeter_fmapHIO_c::~dMeter_fmapHIO_c() {
if (field_0xc != NULL) {
@@ -1702,8 +1706,6 @@ dMeter_fmapHIO_c::~dMeter_fmapHIO_c() {
delete field_0x8;
field_0x8 = NULL;
}
delete mMapIconHIO;
}
#else
#pragma push