mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	acc: Remove unused DEFAULT_USER_ID
This is no longer used, so it can be removed.
This commit is contained in:
		
							parent
							
								
									350f6e0aa4
								
							
						
					
					
						commit
						0fcdf37917
					
				| @ -27,9 +27,6 @@ struct UserData { | ||||
| }; | ||||
| static_assert(sizeof(UserData) == 0x80, "UserData structure has incorrect size"); | ||||
| 
 | ||||
| // TODO(ogniK): Generate a real user id based on username, md5(username) maybe?
 | ||||
| static UUID DEFAULT_USER_ID{1ull, 0ull}; | ||||
| 
 | ||||
| class IProfile final : public ServiceFramework<IProfile> { | ||||
| public: | ||||
|     explicit IProfile(UUID user_id, ProfileManager& profile_manager) | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Lioncash
						Lioncash