mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-03 16:39:01 -06:00 
			
		
		
		
	fix some xcode 7.0 warnings
This commit is contained in:
		@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user