mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 03:18:55 +02:00
Compare commits
2 commits
605d2f02b4
...
327c158b13
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
327c158b13 | ||
|
|
c55f409c52 |
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ void QueryCacheBase<Traits>::CounterReport(GPUVAddr addr, QueryType counter_type
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
if (is_fence) {
|
if (is_fence) {
|
||||||
if (is_payload) {
|
if (Settings::getDebugKnobAt(0) && is_payload) {
|
||||||
impl->rasterizer.SyncOperation(std::move(operation));
|
impl->rasterizer.SyncOperation(std::move(operation));
|
||||||
std::function<void()> noop([] {});
|
std::function<void()> noop([] {});
|
||||||
impl->rasterizer.SignalFence(std::move(noop));
|
impl->rasterizer.SignalFence(std::move(noop));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue