mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 01:08:56 +02:00
actually gated antiflicker via knob 0
Signed-off-by: xbzk <xbzk@eden-emu.dev>
This commit is contained in:
parent
c55f409c52
commit
327c158b13
1 changed files with 6 additions and 6 deletions
|
|
@ -293,13 +293,13 @@ void QueryCacheBase<Traits>::CounterReport(GPUVAddr addr, QueryType counter_type
|
|||
}
|
||||
});
|
||||
if (is_fence) {
|
||||
//if (is_payload) {
|
||||
// impl->rasterizer.SyncOperation(std::move(operation));
|
||||
// std::function<void()> noop([] {});
|
||||
// impl->rasterizer.SignalFence(std::move(noop));
|
||||
//} else {
|
||||
if (Settings::getDebugKnobAt(0) && is_payload) {
|
||||
impl->rasterizer.SyncOperation(std::move(operation));
|
||||
std::function<void()> noop([] {});
|
||||
impl->rasterizer.SignalFence(std::move(noop));
|
||||
} else {
|
||||
impl->rasterizer.SignalFence(std::move(operation));
|
||||
//}
|
||||
}
|
||||
} else {
|
||||
if (!Settings::IsGPULevelHigh() && is_payload) {
|
||||
if (has_timestamp) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue