mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 07:35:45 +00:00
QueryCache: Fix write invalidation.
This commit is contained in:
parent
ff3cf7c1d9
commit
0da4b879eb
2 changed files with 13 additions and 6 deletions
|
@ -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>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue