mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 08:35:47 +00:00
Kernel: Style and Corrections
This commit is contained in:
parent
87334f0f16
commit
5130168171
12 changed files with 137 additions and 96 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue