summaryrefslogtreecommitdiff
path: root/src/core/hle/service/acc (follow)
Commit message (Expand)AuthorAgeFilesLines
* acc: Replace profile_manager include with a forward declarationGravatar Lioncash2018-08-202-2/+6
* acc: Simplify WriteBuffer call within LoadImage()Gravatar Lioncash2018-08-201-3/+3
* acc: Correct IProfile's constructor initializer list orderGravatar Lioncash2018-08-201-1/+1
* acc: Remove unused DEFAULT_USER_IDGravatar Lioncash2018-08-201-3/+0
* profile_manager: Use INVALID_UUID in the initializer of last_opened_userGravatar Lioncash2018-08-201-1/+1
* profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData()Gravatar Lioncash2018-08-201-1/+1
* profile_manager: Use type aliases for username data, profile data, and user a...Gravatar Lioncash2018-08-202-19/+22
* profile_manager: Take ProfileInfo by const reference where applicableGravatar Lioncash2018-08-202-8/+8
* profile_manager: Make array parameter to CreateNewUser a const referenceGravatar Lioncash2018-08-202-2/+2
* profile_manager: Remove unnecessary staticGravatar Lioncash2018-08-201-1/+1
* profile_manager: Simplify UUID's two param constructor, operator==, and opera...Gravatar Lioncash2018-08-201-6/+4
* profile_manager: Move UUID generation function to the cpp fileGravatar Lioncash2018-08-202-10/+12
* profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNe...Gravatar Lioncash2018-08-201-2/+2
* Better UUID randomnessGravatar David Marcec2018-08-121-2/+7
* Removed un-needed count from ListOpenUsers and ListAllUsersGravatar David Marcec2018-08-121-4/+2
* Added better explanations in the profile managerGravatar David Marcec2018-08-122-1/+34
* Code cleanup for profile managerGravatar David Marcec2018-08-123-40/+47
* Removed const from ProfileBase InvalidateGravatar David Marcec2018-08-121-1/+1
* fixed invalid uuid bool operatorGravatar David Marcec2018-08-111-1/+1
* Added GetOpenUserCountGravatar David Marcec2018-08-113-3/+14
* Removed all for loops from the profile managerGravatar David Marcec2018-08-111-9/+4
* Added missing ListAllUsers countGravatar David Marcec2018-08-111-1/+2
* If statement style changeGravatar David Marcec2018-08-111-11/+19
* Second round of account changesGravatar David Marcec2018-08-113-18/+21
* First round of account changesGravatar David Marcec2018-08-113-49/+55
* Refactored profile manager sharingGravatar David Marcec2018-08-1110-20/+28
* Merge remote-tracking branch 'origin/master' into better-accountGravatar David Marcec2018-08-111-1/+22
|\
| * Service/Account: stub LoadImage functionGravatar mailwl2018-08-081-1/+22
* | Added IsUserRegistrationRequestPermittedGravatar David Marcec2018-08-117-3/+19
* | Don't add user if the uuid already existsGravatar David Marcec2018-08-091-0/+4
* | Open first user addedGravatar David Marcec2018-08-091-1/+3
* | Inital pass of account backend implementationGravatar David Marcec2018-08-093-12/+22
* | GetProfileBase and GetProfileBaseAndData addedGravatar David Marcec2018-08-083-44/+106
* | began initial implementation of "ProfileManager"Gravatar David Marcec2018-08-084-44/+200
* | Switched uuids from u128 to new UUID structGravatar David Marcec2018-08-082-10/+49
|/
* acc: Add missing function table entries for GetUserCountGravatar Lioncash2018-08-072-2/+2
* acc: Stub GetUserCount. (#973)Gravatar bunnei2018-08-073-1/+9
* Added ability to change username & language code in the settings ui. Added IP...Gravatar David2018-08-031-3/+27
* core: Make converting constructors explicit where applicableGravatar Lioncash2018-07-231-1/+1
* HLE/ACC: Stub IManagerForApplication::GetAccountId to return an error.Gravatar Subv2018-07-201-6/+8
* Merge pull request #728 from Subv/acc_profileGravatar bunnei2018-07-191-7/+16
|\
| * HLE/ACC: Return an IProfile that is consistent with what was requested.Gravatar Subv2018-07-191-5/+15
| * HLE/ACC: Change the default user id to be consistent with what we tell games ...Gravatar Subv2018-07-191-2/+1
* | Merge pull request #727 from Subv/acc_usersGravatar bunnei2018-07-191-4/+6
|\ \
| * | HLE/ACC: Write a single whole user id in ListAllUsers and ListOpenUsers.Gravatar Subv2018-07-191-4/+6
| |/
* / hle/service: Make constructors explicit where applicableGravatar Lioncash2018-07-191-1/+1
|/
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-021-10/+10
* acc: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-10/+10
* service: Use nested namespace specifiers where applicableGravatar Lioncash2018-04-199-36/+18
* Various service name fixes - part 2 (rebased) (#322)Gravatar Hexagon122018-04-171-0/+8