mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-07 23:40:44 +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
|
int32_t
|
||||||
OSDynLoad_FindExport(OSDynLoadModule module,
|
OSDynLoad_FindExport(OSDynLoadModule module,
|
||||||
int32_t isData,
|
BOOL isData,
|
||||||
char const *name,
|
char const *name,
|
||||||
void **outAddr);
|
void **outAddr);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user