mirror of
https://github.com/devkitPro/wut.git
synced 2026-07-19 08:41:32 -05: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