mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-17 12:39:27 -04:00
Fix symbol names (#118)
* checkpoint * checkpoint * rename f_pc * checkpoint * small symbol rename and fix some fpc symbols * remove unneeded entries from ldscript * simplify ok check, update docker container Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
@@ -154,7 +154,7 @@ asm void drawDepth2(view_class* view_class_ptr, view_port_class* view_port_class
|
||||
// __dt__4cXyzFv
|
||||
// cXyz::~cXyz(void)
|
||||
extern "C" { // everything gets shifted when this is an actual destructor??
|
||||
asm void cXyz_NS_dtor(void) {
|
||||
asm void __dt__4cXyzFv(void) {
|
||||
nofralloc
|
||||
#include "m_Do/m_Do_graphic/asm/func_80009184.s"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user