mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	configure_system: Simplify UUID generation call in AddUser()
This is a static function so we can just perform an assignment directly.
This commit is contained in:
		
							parent
							
								
									a6addb5332
								
							
						
					
					
						commit
						8806e69f59
					
				@ -232,8 +232,7 @@ void ConfigureSystem::SelectUser(const QModelIndex& index) {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void ConfigureSystem::AddUser() {
 | 
			
		||||
    Service::Account::UUID uuid;
 | 
			
		||||
    uuid.Generate();
 | 
			
		||||
    const auto uuid = Service::Account::UUID::Generate();
 | 
			
		||||
 | 
			
		||||
    bool ok = false;
 | 
			
		||||
    const auto username =
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user