mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-15 04:02:50 -04:00
Debug build now takes .alf as input instead of .dol (#2360)
* Fix debug build * Debug build now takes .alf as input instead of .dol I had to manually remove the following line from symbols.txt for DTK to work: ``` .data = .sbss:0x8074C97C; // type:object size:0x4 scope:local data:byte ``` After that it built OK, and DTK automatically modified all other lines in symbols.txt. * Fix pragma in header messing up debug optimization level
This commit is contained in:
@@ -1174,7 +1174,7 @@ static int daE_TH_Delete(e_th_class* i_this) {
|
||||
|
||||
if (i_this->mInitHIO) {
|
||||
l_initHIO = FALSE;
|
||||
mDoHIO_DELETE_CHILD(&l_HIO);
|
||||
mDoHIO_DELETE_CHILD(l_HIO.no);
|
||||
}
|
||||
|
||||
if (i_this->heap != NULL) {
|
||||
|
||||
Reference in New Issue
Block a user