mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 00:52:25 -07: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