mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-23 15:25:19 -04:00
Fixed _savegpr etc. (#54)
* renamed func_XXX to _savegpr_XX * renamed func_XXX to _restgpr_XX * renamed func_XXX to _savefpr_XX * renamed func_XXX to _restfpr_XX * cleanup functions.h and moved intrisics to mwcc.h * formatting * cleanup functions.h * fix bad-formatting from master Co-authored-by: Julgodis <>
This commit is contained in:
@@ -66,8 +66,7 @@ asm void CheckHeap(u32 param_1) {
|
||||
}
|
||||
#endif
|
||||
|
||||
asm int countUsed(JKRExpHeap* heap) {
|
||||
nofralloc
|
||||
asm int countUsed(JKRExpHeap* heap){nofralloc
|
||||
#include "m_Do/m_Do_main/asm/func_80005848.s"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user