mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-21 13:36:50 -04:00
Annotate all data with DUSK_GAME_DATA (#2214)
The hope of auto-importing data via lld MinGW + pseudo_reloc is now dead thanks to ARM64, so I just wrote a script to go annotate every exported data symbol in the game instead.
This commit is contained in:
@@ -35,7 +35,7 @@ public:
|
||||
#endif
|
||||
|
||||
|
||||
daObj_Gadget_HIOParam const daObj_Gadget_Param_c::m = {
|
||||
DUSK_GAME_DATA daObj_Gadget_HIOParam const daObj_Gadget_Param_c::m = {
|
||||
0.0f, -4.0f, 1.0f, 100.0f, 37.0f, 26.0f, 13.0f, 14.0f,
|
||||
37.0f, 50.0f, 18.0f,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user