mirror of
https://github.com/devkitPro/wut.git
synced 2026-06-12 20:00:57 -05: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