early-access version 2825

This commit is contained in:
pineappleEA
2022-07-11 01:38:00 +02:00
parent 29fab4f91a
commit fb7cb082be
14 changed files with 609 additions and 611 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;