mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-05 03:04:16 +01:00
coreinit: add OSDynLoad_IsModuleLoaded
This commit is contained in:
parent
3cb31a4cec
commit
de3c7ad683
@ -173,6 +173,14 @@ OSDynLoad_GetRPLInfo(uint32_t first,
|
|||||||
uint32_t count,
|
uint32_t count,
|
||||||
OSDynLoad_NotifyData *outInfos);
|
OSDynLoad_NotifyData *outInfos);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Checks if a module is already loaded. Does not load any modules.
|
||||||
|
*
|
||||||
|
* Returns OS_DYNLOAD_OK on success.
|
||||||
|
**/
|
||||||
|
OSDynLoad_Error
|
||||||
|
OSDynLoad_IsModuleLoaded(char const *name,
|
||||||
|
OSDynLoad_Module *outModule);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Registers a callback that's called whenever a new .rpl is loaded
|
* Registers a callback that's called whenever a new .rpl is loaded
|
||||||
|
Loading…
Reference in New Issue
Block a user