mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 02:34:11 +01:00 
			
		
		
		
	renderer_vulkan: Don't assume debug tool with debug renderer
* Causes crashes because mali drivers don't support debug utils
This commit is contained in:
		
							parent
							
								
									1522b95658
								
							
						
					
					
						commit
						220a42896d
					
				| @ -523,7 +523,7 @@ public: | ||||
| 
 | ||||
|     /// Returns true when a known debugging tool is attached.
 | ||||
|     bool HasDebuggingToolAttached() const { | ||||
|         return has_renderdoc || has_nsight_graphics || Settings::values.renderer_debug.GetValue(); | ||||
|         return has_renderdoc || has_nsight_graphics; | ||||
|     } | ||||
| 
 | ||||
|     /// @returns True if compute pipelines can cause crashing.
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user