mirror of
https://github.com/izzy2lost/WeeU.git
synced 2026-07-06 00:19:59 -07:00
[coreinit] Add OSIsDebuggerPresent
This commit is contained in:
@@ -230,6 +230,11 @@ namespace coreinit
|
||||
return 0;
|
||||
}
|
||||
|
||||
uint32 OSIsDebuggerPresent()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
uint32 OSGetConsoleType()
|
||||
{
|
||||
return 0x03000050;
|
||||
@@ -295,6 +300,7 @@ namespace coreinit
|
||||
cafeExportRegister("coreinit", OSGetCoreId, LogType::CoreinitThread);
|
||||
cafeExportRegister("coreinit", OSGetCoreCount, LogType::CoreinitThread);
|
||||
cafeExportRegister("coreinit", OSIsDebuggerInitialized, LogType::CoreinitThread);
|
||||
cafeExportRegister("coreinit", OSIsDebuggerPresent, LogType::CoreinitThread);
|
||||
cafeExportRegister("coreinit", OSGetConsoleType, LogType::CoreinitThread);
|
||||
cafeExportRegister("coreinit", OSGetMainCoreId, LogType::CoreinitThread);
|
||||
cafeExportRegister("coreinit", OSIsMainCore, LogType::CoreinitThread);
|
||||
|
||||
Reference in New Issue
Block a user