mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-25 20:24:16 -05:00
coreinit: Fix OSDynLoad_FindExport isData to be a BOOL.
This commit is contained in:
@@ -53,7 +53,7 @@ OSDynLoad_Acquire(char const *name,
|
||||
*/
|
||||
int32_t
|
||||
OSDynLoad_FindExport(OSDynLoadModule module,
|
||||
int32_t isData,
|
||||
BOOL isData,
|
||||
char const *name,
|
||||
void **outAddr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user