mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-18 21:32:39 +00:00
ThreadManager: Sync async reads on accurate gpu.
This commit is contained in:
@@ -147,7 +147,7 @@ void GPU::SyncGuestHost() {
|
||||
}
|
||||
|
||||
void GPU::OnCommandListEnd() {
|
||||
renderer.Rasterizer().ReleaseFences();
|
||||
renderer->Rasterizer().ReleaseFences();
|
||||
}
|
||||
// Note that, traditionally, methods are treated as 4-byte addressable locations, and hence
|
||||
// their numbers are written down multiplied by 4 in Docs. Here we are not multiply by 4.
|
||||
|
||||
Reference in New Issue
Block a user