mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-11 11:15:12 -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:
@@ -23,7 +23,7 @@ static DUSK_CONSTEXPR char DUSK_CONST* l_arcNames[2] = {
|
||||
"DrainSol2",
|
||||
};
|
||||
|
||||
const daNpcDrSol_HIOParam daNpcDrSol_Param_c::m = {
|
||||
DUSK_GAME_DATA const daNpcDrSol_HIOParam daNpcDrSol_Param_c::m = {
|
||||
40.0f,
|
||||
0.0f,
|
||||
1.0f,
|
||||
|
||||
Reference in New Issue
Block a user