mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-17 13:12:40 +00:00
Core: Address Feedback
This commit is contained in:
committed by
FernandoS27
parent
1e6f8aba04
commit
2bc949628d
@@ -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