mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	gl_rasterizer: Fix PicaShaderConfig on GCC.
This commit is contained in:
		
							parent
							
								
									9dfb223d26
								
							
						
					
					
						commit
						c229503f4a
					
				
					 1 changed files with 27 additions and 29 deletions
				
			
		|  | @ -139,7 +139,6 @@ struct PicaShaderConfig { | |||
|         return std::memcmp(this, &o, sizeof(PicaShaderConfig)) == 0; | ||||
|     }; | ||||
| 
 | ||||
|     struct { | ||||
|     Pica::Regs::CompareFunc alpha_test_func = Pica::Regs::CompareFunc::Never; | ||||
|     std::array<Pica::Regs::TevStageConfig, 6> tev_stages = {}; | ||||
|     u8 combiner_buffer_input = 0; | ||||
|  | @ -171,7 +170,6 @@ struct PicaShaderConfig { | |||
|             float scale = 1.0f; | ||||
|         } lut_d0, lut_d1, lut_fr, lut_rr, lut_rg, lut_rb; | ||||
|     } lighting; | ||||
|     }; | ||||
| }; | ||||
| 
 | ||||
| namespace std { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue