mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-20 09:34:47 -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:
@@ -60,6 +60,17 @@ OSGetSymbolName(uint32_t addr,
|
||||
uint32_t
|
||||
OSGetUPID();
|
||||
|
||||
BOOL
|
||||
OSIsDebuggerInitialized();
|
||||
|
||||
BOOL
|
||||
OSIsDebuggerPresent();
|
||||
|
||||
BOOL
|
||||
OSIsECOBoot();
|
||||
|
||||
BOOL
|
||||
OSIsECOMode();
|
||||
|
||||
BOOL
|
||||
DisassemblePPCOpcode(uint32_t *opcode,
|
||||
|
||||
Reference in New Issue
Block a user