mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	key_manager: Resolve missing field initializer warning
This commit is contained in:
		
							parent
							
								
									678ac54749
								
							
						
					
					
						commit
						8f9c599c9f
					
				@ -1202,7 +1202,8 @@ const boost::container::flat_map<std::string, KeyIndex<S128KeyType>> KeyManager:
 | 
				
			|||||||
     {S128KeyType::Source, static_cast<u64>(SourceKeyType::KeyAreaKey),
 | 
					     {S128KeyType::Source, static_cast<u64>(SourceKeyType::KeyAreaKey),
 | 
				
			||||||
      static_cast<u64>(KeyAreaKeyType::System)}},
 | 
					      static_cast<u64>(KeyAreaKeyType::System)}},
 | 
				
			||||||
    {"titlekek_source", {S128KeyType::Source, static_cast<u64>(SourceKeyType::Titlekek), 0}},
 | 
					    {"titlekek_source", {S128KeyType::Source, static_cast<u64>(SourceKeyType::Titlekek), 0}},
 | 
				
			||||||
    {"keyblob_mac_key_source", {S128KeyType::Source, static_cast<u64>(SourceKeyType::KeyblobMAC)}},
 | 
					    {"keyblob_mac_key_source",
 | 
				
			||||||
 | 
					     {S128KeyType::Source, static_cast<u64>(SourceKeyType::KeyblobMAC), 0}},
 | 
				
			||||||
    {"tsec_key", {S128KeyType::TSEC, 0, 0}},
 | 
					    {"tsec_key", {S128KeyType::TSEC, 0, 0}},
 | 
				
			||||||
    {"secure_boot_key", {S128KeyType::SecureBoot, 0, 0}},
 | 
					    {"secure_boot_key", {S128KeyType::SecureBoot, 0, 0}},
 | 
				
			||||||
    {"sd_seed", {S128KeyType::SDSeed, 0, 0}},
 | 
					    {"sd_seed", {S128KeyType::SDSeed, 0, 0}},
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user