mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	OpenGL: Avoid error on unsupported lighting LUT
This commit is contained in:
		
							parent
							
								
									7c934c5164
								
							
						
					
					
						commit
						7a79fa7a90
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -400,6 +400,7 @@ static void WriteLighting(std::string& out, const PicaShaderConfig& config) { | ||||||
|         default: |         default: | ||||||
|             LOG_CRITICAL(HW_GPU, "Unknown lighting LUT input %d\n", (int)input); |             LOG_CRITICAL(HW_GPU, "Unknown lighting LUT input %d\n", (int)input); | ||||||
|             UNIMPLEMENTED(); |             UNIMPLEMENTED(); | ||||||
|  |             index = "0.0"; | ||||||
|             break; |             break; | ||||||
|         } |         } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue