55 Commits (e2e69ef605a445eb124c004a8c592251f2673dc6)

Author SHA1 Message Date
David Marcec e2e69ef605 Addressed issues 7 years ago
David Marcec a08b4d77c8 Implemented InitializeApplicationInfo & InitializeApplicationInfoRestricted 7 years ago
Lioncash ee7b682ee0 service/acc: Silence truncation warnings 7 years ago
David Marcec 7b451419b4 Addressed issues 7 years ago
David Marcec 9578a9a72d Cleanup 7 years ago
David Marcec 5f5f8c6341 Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEvent 7 years ago
Zach Hilman bf2e779efb constants: Extract backup JPEG used by account services 7 years ago
Zach Hilman c02cb054b7 common: Extract UUID to its own class 7 years ago
Lioncash 14ead4ceb0 service: Update service function tables 7 years ago
Zach Hilman 14ad676994 profile_manager: Save and load ProfileData from disk 7 years ago
David Marcec 5ae0d6cba2 Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 7 years ago
Lioncash 7cd4750c41 service/acc: Correct error case within TrySelectUserWithoutInteraction() 7 years ago
David Marcec a6d347c103 fixed spelling error 7 years ago
David Marcec 04b01f5db2 Added missing log 7 years ago
David Marcec d018183d4e Implement acc:TrySelectUserWithoutInteraction 7 years ago
Lioncash 9c03c5ac8a service/acc: Move fallback image to file scope 7 years ago
Lioncash 6da246b0c2 service/acc: Silence compiler warnings 7 years ago
Lioncash 8eec717cce service/acc: Early return in failure case in LoadImage() 7 years ago
Zach Hilman da04134ce6 acc: Fix account UUID duplication error 7 years ago
Zach Hilman 8bdf2fe7b7 profile_manager: Load user icons, names, and UUIDs from system save 7 years ago
Zach Hilman fe98903bfe acc: Load user images from config dir 7 years ago
David Marcec d24d803e6a Fixed GetAccountId stub, Added error code for OpenDirectory and added ActivateNpadWithRevision 7 years ago
David Marcec 41f45be454 Implemented GetImageSize 7 years ago
Lioncash 2b5eb5254d acc: Replace profile_manager include with a forward declaration 7 years ago
Lioncash d643659275 acc: Simplify WriteBuffer call within LoadImage() 7 years ago
Lioncash 477a9f8a66 acc: Correct IProfile's constructor initializer list order 7 years ago
Lioncash f645b3ef5a acc: Remove unused DEFAULT_USER_ID 7 years ago
David Marcec 2ecf188584 Removed un-needed count from ListOpenUsers and ListAllUsers 7 years ago
David Marcec 92c2ee35ca Code cleanup for profile manager 7 years ago
David Marcec 1a591d1087 Added GetOpenUserCount 8 years ago
David Marcec f690fbb921 Added missing ListAllUsers count 8 years ago
David Marcec 41aa6154ce First round of account changes 8 years ago
David Marcec 56aa6b1c14 Refactored profile manager sharing 8 years ago
David Marcec a1d7d82872 Added IsUserRegistrationRequestPermitted 8 years ago
David Marcec 43324c4188 Inital pass of account backend implementation 8 years ago
David Marcec c908d31bbf GetProfileBase and GetProfileBaseAndData added 8 years ago
David Marcec 1aad022de2 began initial implementation of "ProfileManager" 8 years ago
mailwl 89cc070fcf Service/Account: stub LoadImage function 8 years ago
David Marcec d83491769e Switched uuids from u128 to new UUID struct 8 years ago
bunnei a0c94e433d acc: Stub GetUserCount. (#973) 8 years ago
David 4a4641a134 Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851) 8 years ago
Lioncash 88f34a5b96 core: Make converting constructors explicit where applicable 8 years ago
Subv 34d18dac20 HLE/ACC: Stub IManagerForApplication::GetAccountId to return an error. 8 years ago
Subv 5bad464f7b HLE/ACC: Return an IProfile that is consistent with what was requested. 8 years ago
Subv 791d6b8b3a HLE/ACC: Change the default user id to be consistent with what we tell games on startup. 8 years ago
Subv 3c8e295c50 HLE/ACC: Write a single whole user id in ListAllUsers and ListOpenUsers. 8 years ago
James Rowe e159c550d8 Rename logging macro back to LOG_* 8 years ago
Lioncash d1ef0f83d7 acc: Move logging macros over to new fmt-compatible ones 8 years ago
Lioncash 6d94dd21a5 service: Use nested namespace specifiers where applicable 8 years ago
Hexagon12 4c462c91bd Various service name fixes - part 2 (rebased) (#322) 8 years ago