early-access version 2827

This commit is contained in:
pineappleEA
2022-07-11 17:46:58 +02:00
parent 254fc2aa3c
commit 6aa52a0467
15 changed files with 611 additions and 607 deletions

View File

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