aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/acc/acc.cpp
AgeCommit message (Expand)Author
2018-08-20acc: Replace profile_manager include with a forward declarationLioncash
2018-08-20acc: Simplify WriteBuffer call within LoadImage()Lioncash
2018-08-20acc: Correct IProfile's constructor initializer list orderLioncash
2018-08-20acc: Remove unused DEFAULT_USER_IDLioncash
2018-08-12Removed un-needed count from ListOpenUsers and ListAllUsersDavid Marcec
2018-08-12Code cleanup for profile managerDavid Marcec
2018-08-11Added GetOpenUserCountDavid Marcec
2018-08-11Added missing ListAllUsers countDavid Marcec
2018-08-11First round of account changesDavid Marcec
2018-08-11Refactored profile manager sharingDavid Marcec
2018-08-11Merge remote-tracking branch 'origin/master' into better-accountDavid Marcec
2018-08-11Added IsUserRegistrationRequestPermittedDavid Marcec
2018-08-09Inital pass of account backend implementationDavid Marcec
2018-08-08GetProfileBase and GetProfileBaseAndData addedDavid Marcec
2018-08-08began initial implementation of "ProfileManager"David Marcec
2018-08-08Service/Account: stub LoadImage functionmailwl
2018-08-08Switched uuids from u128 to new UUID structDavid Marcec
2018-08-07acc: Stub GetUserCount. (#973)bunnei
2018-08-03Added ability to change username & language code in the settings ui. Added IP...David
2018-07-23core: Make converting constructors explicit where applicableLioncash
2018-07-20HLE/ACC: Stub IManagerForApplication::GetAccountId to return an error.Subv
2018-07-19Merge pull request #728 from Subv/acc_profilebunnei
2018-07-19HLE/ACC: Return an IProfile that is consistent with what was requested.Subv
2018-07-19HLE/ACC: Change the default user id to be consistent with what we tell games ...Subv
2018-07-19HLE/ACC: Write a single whole user id in ListAllUsers and ListOpenUsers.Subv
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-04-24acc: Move logging macros over to new fmt-compatible onesLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-04-17Various service name fixes - part 2 (rebased) (#322)Hexagon12
2018-04-10Service/ACC: convert to module, add acc:aa, acc:su, acc:u1 servicesmailwl
2018-01-16acc_u0: Add IPC interface and stub InitializeApplicationInfo.bunnei