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:
Maschell 2020-05-07 14:35:33 +02:00 committed by GitHub
parent 80012b48bd
commit 670ef1d342
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,17 @@ OSGetSymbolName(uint32_t addr,
uint32_t
OSGetUPID();
BOOL
OSIsDebuggerInitialized();
BOOL
OSIsDebuggerPresent();
BOOL
OSIsECOBoot();
BOOL
OSIsECOMode();
BOOL
DisassemblePPCOpcode(uint32_t *opcode,