mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-10-30 22:36:46 +08:00 
			
		
		
		
	Merge pull request #9412 from Saalvage/fix/trace-log-compilation
Fix compilation error
This commit is contained in:
		
						commit
						f6e705737a
					
				| @ -180,7 +180,7 @@ void DrawManager::ProcessTopologyOverride() { | |||||||
| } | } | ||||||
| 
 | 
 | ||||||
| void DrawManager::ProcessDraw(bool draw_indexed, u32 instance_count) { | void DrawManager::ProcessDraw(bool draw_indexed, u32 instance_count) { | ||||||
|     LOG_TRACE(HW_GPU, "called, topology={}, count={}", draw_state.topology.Value(), |     LOG_TRACE(HW_GPU, "called, topology={}, count={}", draw_state.topology, | ||||||
|               draw_indexed ? draw_state.index_buffer.count : draw_state.vertex_buffer.count); |               draw_indexed ? draw_state.index_buffer.count : draw_state.vertex_buffer.count); | ||||||
| 
 | 
 | ||||||
|     ProcessTopologyOverride(); |     ProcessTopologyOverride(); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user