mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Fix software renderer for empty texture addresses (#5893)
This commit is contained in:
		
							parent
							
								
									60d1def6f8
								
							
						
					
					
						commit
						2670b951e1
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		|  | @ -323,7 +323,10 @@ static void ProcessTriangleInternal(const Vertex& v0, const Vertex& v1, const Ve | |||
|                 if (!texture.enabled) | ||||
|                     continue; | ||||
| 
 | ||||
|                 DEBUG_ASSERT(0 != texture.config.address); | ||||
|                 if (texture.config.address == 0) { | ||||
|                     texture_color[i] = {0, 0, 0, 255}; | ||||
|                     continue; | ||||
|                 } | ||||
| 
 | ||||
|                 int coordinate_i = | ||||
|                     (i == 2 && regs.texturing.main_config.texture2_use_coord1) ? 1 : i; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue