mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	qt: Add NCCH secure 1/2 to keys needed for system titles download. (#6586)
This commit is contained in:
		
							parent
							
								
									f1ece7c56f
								
							
						
					
					
						commit
						abd949fea1
					
				
					 3 changed files with 8 additions and 2 deletions
				
			
		|  | @ -573,6 +573,10 @@ void SetNormalKey(std::size_t slot_id, const AESKey& key) { | |||
|     key_slots.at(slot_id).SetNormalKey(key); | ||||
| } | ||||
| 
 | ||||
| bool IsKeyXAvailable(std::size_t slot_id) { | ||||
|     return key_slots.at(slot_id).x.has_value(); | ||||
| } | ||||
| 
 | ||||
| bool IsNormalKeyAvailable(std::size_t slot_id) { | ||||
|     return key_slots.at(slot_id).normal.has_value(); | ||||
| } | ||||
|  |  | |||
|  | @ -76,6 +76,7 @@ void SetKeyX(std::size_t slot_id, const AESKey& key); | |||
| void SetKeyY(std::size_t slot_id, const AESKey& key); | ||||
| void SetNormalKey(std::size_t slot_id, const AESKey& key); | ||||
| 
 | ||||
| bool IsKeyXAvailable(std::size_t slot_id); | ||||
| bool IsNormalKeyAvailable(std::size_t slot_id); | ||||
| AESKey GetNormalKey(std::size_t slot_id); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue