mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 19:08:24 -05:00
SVC: Correct SendSyncRequest.
This commit is contained in:
@ -81,8 +81,7 @@ void CpuManager::RunGuestThread() {
|
||||
while (true) {
|
||||
auto& physical_core = kernel.CurrentPhysicalCore();
|
||||
if (!physical_core.IsInterrupted()) {
|
||||
physical_core.Idle();
|
||||
// physical_core.Run();
|
||||
physical_core.Run();
|
||||
}
|
||||
auto& scheduler = physical_core.Scheduler();
|
||||
scheduler.TryDoContextSwitch();
|
||||
|
Reference in New Issue
Block a user