fix: twart anti-emulator checks in mods

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie
2026-06-02 02:28:59 +00:00
parent 05e71276f1
commit 16bff11834
+2 -2
View File
@@ -12,8 +12,8 @@ Result DebugActiveProcess(Core::System& system, Handle* out_handle, uint64_t pro
}
Result BreakDebugProcess(Core::System& system, Handle debug_handle) {
UNIMPLEMENTED();
R_THROW(ResultNotImplemented);
LOG_WARNING(Kernel_SVC, "(stubbed)");
R_SUCCEED();
}
Result TerminateDebugProcess(Core::System& system, Handle debug_handle) {