mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	swrasterizer/proctex: Make CombineAndMap() internally linked
This isn't used outside of this source file, so it can be marked internally linked.
This commit is contained in:
		
							parent
							
								
									397bd1bb73
								
							
						
					
					
						commit
						82b55b763c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -112,7 +112,7 @@ static void ClampCoord(float& coord, ProcTexClamp mode) { | ||||||
|     } |     } | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| float CombineAndMap(float u, float v, ProcTexCombiner combiner, | static float CombineAndMap(float u, float v, ProcTexCombiner combiner, | ||||||
|                            const std::array<State::ProcTex::ValueEntry, 128>& map_table) { |                            const std::array<State::ProcTex::ValueEntry, 128>& map_table) { | ||||||
|     float f; |     float f; | ||||||
|     switch (combiner) { |     switch (combiner) { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue