mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-05 03:24:17 +01:00
Add OSDynLoad_GetModuleName
This commit is contained in:
parent
6f014e48d2
commit
531dfaee7f
@ -103,6 +103,16 @@ OSDynLoad_Error
|
||||
OSDynLoad_GetTLSAllocator(OSDynLoadAllocFn *outAllocFn,
|
||||
OSDynLoadFreeFn *outFreeFn);
|
||||
|
||||
|
||||
/**
|
||||
* Gets the name for a given module handle.
|
||||
* Using the value "-1" as module handle gets the name of the running main rpl
|
||||
**/
|
||||
OSDynLoad_Error
|
||||
OSDynLoad_GetModuleName(OSDynLoad_Module module,
|
||||
char * nameBuf,
|
||||
int32_t * nameBufSize);
|
||||
|
||||
/**
|
||||
* The prototype for an RPL entry point.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user