early-access version 2826

This commit is contained in:
pineappleEA
2022-07-11 07:10:50 +02:00
parent fb7cb082be
commit 254fc2aa3c
14 changed files with 603 additions and 595 deletions

View File

@@ -155,10 +155,9 @@ void ARM_Interface::Run() {
break;
}
// Handle syscalls and scheduling (this may change the current thread/core)
// Handle syscalls and scheduling (this may change the current thread)
if (Has(hr, svc_call)) {
Kernel::Svc::Call(system, GetSvcNumber());
break;
}
if (Has(hr, break_loop) || !uses_wall_clock) {
break;