mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-03-21 17:25:21 -05:00
Fix function signature of SC17_FindClosestSymbol hook
This commit is contained in:
parent
cf1477788e
commit
4d32c1f5ff
|
|
@ -171,7 +171,7 @@ DECL_FUNCTION(void, WPADRead, WPADChan chan, WPADStatus *data) {
|
|||
|
||||
DECL_FUNCTION(uint32_t, SC17_FindClosestSymbol,
|
||||
uint32_t addr,
|
||||
uint32_t *outDistance,
|
||||
int32_t *outDistance,
|
||||
char *symbolNameBuffer,
|
||||
uint32_t symbolNameBufferLength,
|
||||
char *moduleNameBuffer,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user