mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 08:27:58 -05:00
Kernel: Style and Corrections
This commit is contained in:
committed by
FernandoS27
parent
fcc6b34fff
commit
82218c925a
@ -111,7 +111,7 @@ void Cpu::PrepareReschedule() {
|
||||
|
||||
void Cpu::Reschedule() {
|
||||
// Lock the global kernel mutex when we manipulate the HLE state
|
||||
std::lock_guard<std::recursive_mutex> lock(HLE::g_hle_lock);
|
||||
std::lock_guard lock(HLE::g_hle_lock);
|
||||
|
||||
global_scheduler.SelectThread(core_index);
|
||||
scheduler->TryDoContextSwitch();
|
||||
|
Reference in New Issue
Block a user