mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 18:54:14 +01:00 
			
		
		
		
	query_cache: demote report synced unreachable to assert
This commit is contained in:
		
							parent
							
								
									91c12db070
								
							
						
					
					
						commit
						453fd47030
					
				| @ -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 New Issue
	
	Block a user