mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	gl_shader_gen: Mark PicaVSConfig reference parameter as const
This isn't mutated whatsoever, so this can be marked const.
This commit is contained in:
		
							parent
							
								
									db5b8b9c88
								
							
						
					
					
						commit
						d23ffe9b42
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -170,7 +170,7 @@ struct PicaVSConfig : Common::HashableStruct<PicaShaderConfigCommon> { | |||
|     explicit PicaVSConfig(const Pica::ShaderRegs& regs, Pica::Shader::ShaderSetup& setup) { | ||||
|         state.Init(regs, setup); | ||||
|     } | ||||
|     explicit PicaVSConfig(PicaShaderConfigCommon& conf) { | ||||
|     explicit PicaVSConfig(const PicaShaderConfigCommon& conf) { | ||||
|         state = conf; | ||||
|     } | ||||
| }; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue