mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	renderer_vulkan: Add missing override specifier
				
					
				
			This commit is contained in:
		
							parent
							
								
									7e5f595b31
								
							
						
					
					
						commit
						eea5122d1b
					
				@ -82,7 +82,7 @@ public:
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
protected:
 | 
			
		||||
    void DecorateSurfaceName();
 | 
			
		||||
    void DecorateSurfaceName() override;
 | 
			
		||||
 | 
			
		||||
    View CreateView(const ViewParams& view_params) override;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user