mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-06 14:48:17 +01:00
coreinit: Fix OSDynLoad_FindExport isData to be a BOOL.
This commit is contained in:
parent
5a91b91476
commit
f403512d5b
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user