mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Use std::array<u8,2> instead of u8[2] to fix MSVC build
This commit is contained in:
		
							parent
							
								
									a1393dc70c
								
							
						
					
					
						commit
						f146a6d45a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -17,7 +17,7 @@ namespace Texture { | |||
| 
 | ||||
| namespace { | ||||
| 
 | ||||
| constexpr std::array<u8[2], 8> etc1_modifier_table = {{ | ||||
| constexpr std::array<std::array<u8, 2>, 8> etc1_modifier_table = {{ | ||||
|     {2, 8}, {5, 17}, {9, 29}, {13, 42}, {18, 60}, {24, 80}, {33, 106}, {47, 183}, | ||||
| }}; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue