mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-09-07 20:56:52 +00:00
Merge PR 12140
This commit is contained in:
parent
5e59b0b5e0
commit
24b2842914
|
@ -266,7 +266,7 @@ void QueryCacheBase<Traits>::CounterReport(GPUVAddr addr, QueryType counter_type
|
|||
return;
|
||||
}
|
||||
if (False(query_base->flags & QueryFlagBits::IsFinalValueSynced)) [[unlikely]] {
|
||||
UNREACHABLE();
|
||||
ASSERT(false);
|
||||
return;
|
||||
}
|
||||
query_base->value += streamer->GetAmmendValue();
|
||||
|
|
Loading…
Reference in a new issue