mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-19 10:48:41 -05:00
QueryCache: Fix write invalidation.
This commit is contained in:
@ -64,6 +64,7 @@ public:
|
||||
}
|
||||
|
||||
void SignalFence(std::function<void()>&& func) {
|
||||
rasterizer.InvalidateGPUCache();
|
||||
bool delay_fence = Settings::IsGPULevelHigh();
|
||||
if constexpr (!can_async_check) {
|
||||
TryReleasePendingFences<false>();
|
||||
|
Reference in New Issue
Block a user