mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-21 23:39:55 +00:00
Core: Address Feedback
This commit is contained in:
committed by
FernandoS27
parent
6fc0790f3a
commit
0d2a459fae
@@ -474,7 +474,7 @@ static ResultCode WaitSynchronization(Core::System& system, Handle* index, VAddr
|
||||
objects[i] = object;
|
||||
}
|
||||
auto& synchronization = kernel.Synchronization();
|
||||
auto [result, handle_result] = synchronization.WaitFor(objects, nano_seconds);
|
||||
const auto [result, handle_result] = synchronization.WaitFor(objects, nano_seconds);
|
||||
*index = handle_result;
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user