mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-05 03:04:16 +01:00
coreinit/debug.h: Add OSIsDebuggerInitialized, OSIsDebuggerPresent, OSIsECOBoot, OSIsECOMode (#128)
- add function OSIsDebuggerInitialized - add function OSIsDebuggerPresent - add function OSIsECOBoot - add function OSIsECOMode
This commit is contained in:
parent
80012b48bd
commit
670ef1d342
@ -60,6 +60,17 @@ OSGetSymbolName(uint32_t addr,
|
||||
uint32_t
|
||||
OSGetUPID();
|
||||
|
||||
BOOL
|
||||
OSIsDebuggerInitialized();
|
||||
|
||||
BOOL
|
||||
OSIsDebuggerPresent();
|
||||
|
||||
BOOL
|
||||
OSIsECOBoot();
|
||||
|
||||
BOOL
|
||||
OSIsECOMode();
|
||||
|
||||
BOOL
|
||||
DisassemblePPCOpcode(uint32_t *opcode,
|
||||
|
Loading…
Reference in New Issue
Block a user