mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	fix some xcode 7.0 warnings
This commit is contained in:
		
							parent
							
								
									09f43c0975
								
							
						
					
					
						commit
						bafb7afba2
					
				
					 5 changed files with 8 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -345,7 +345,7 @@ ResultCode FormatConfig() {
 | 
			
		|||
 | 
			
		||||
    char16_t country_name_buffer[16][0x40] = {};
 | 
			
		||||
    for (size_t i = 0; i < 16; ++i) {
 | 
			
		||||
        auto size = Common::UTF8ToUTF16("Gensokyo").copy(country_name_buffer[i], 0x40);
 | 
			
		||||
        Common::UTF8ToUTF16("Gensokyo").copy(country_name_buffer[i], 0x40);
 | 
			
		||||
    }
 | 
			
		||||
    // 0x000B0001 - Localized names for the profile Country
 | 
			
		||||
    res = CreateConfigInfoBlk(0x000B0001, sizeof(country_name_buffer), 0xE, country_name_buffer);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue