mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	vertex_shader: Fix control reaches end of function warning
This commit is contained in:
		
							parent
							
								
									3cfdabb2e3
								
							
						
					
					
						commit
						bd76783d91
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -141,7 +141,7 @@ union Instruction { | |||
|                     return BitFieldType::Value(); | ||||
|                 else if (GetRegisterType() == Temporary) | ||||
|                     return BitFieldType::Value() - 0x10; | ||||
|                 else if (GetRegisterType() == FloatUniform) | ||||
|                 else // if (GetRegisterType() == FloatUniform)
 | ||||
|                     return BitFieldType::Value() - 0x20; | ||||
|             } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue