summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash10-0/+16
2018-08-21acc: Replace profile_manager include with a forward declarationLioncash2-2/+6
2018-08-21acc: Simplify WriteBuffer call within LoadImage()Lioncash1-3/+3
2018-08-21acc: Correct IProfile's constructor initializer list orderLioncash1-1/+1
2018-08-21acc: Remove unused DEFAULT_USER_IDLioncash1-3/+0
2018-08-21profile_manager: Use INVALID_UUID in the initializer of last_opened_userLioncash1-1/+1
2018-08-21profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData()Lioncash1-1/+1
2018-08-21profile_manager: Use type aliases for username data, profile data, and user arraysLioncash2-19/+22
2018-08-21profile_manager: Take ProfileInfo by const reference where applicableLioncash2-8/+8
2018-08-21profile_manager: Make array parameter to CreateNewUser a const referenceLioncash2-2/+2
2018-08-21profile_manager: Remove unnecessary staticLioncash1-1/+1
2018-08-21profile_manager: Simplify UUID's two param constructor, operator==, and operator boolLioncash1-6/+4
2018-08-21profile_manager: Move UUID generation function to the cpp fileLioncash2-10/+12
2018-08-20profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNewUser()Lioncash1-2/+2
2018-08-11Better UUID randomnessDavid Marcec1-2/+7
2018-08-11Removed un-needed count from ListOpenUsers and ListAllUsersDavid Marcec1-4/+2
2018-08-11Added better explanations in the profile managerDavid Marcec2-1/+34
2018-08-11Code cleanup for profile managerDavid Marcec3-40/+47
2018-08-11Removed const from ProfileBase InvalidateDavid Marcec1-1/+1
2018-08-11fixed invalid uuid bool operatorDavid Marcec1-1/+1
2018-08-11Added GetOpenUserCountDavid Marcec3-3/+14
2018-08-11Removed all for loops from the profile managerDavid Marcec1-9/+4
2018-08-11Added missing ListAllUsers countDavid Marcec1-1/+2
2018-08-11If statement style changeDavid Marcec1-11/+19
2018-08-11Second round of account changesDavid Marcec3-18/+21
2018-08-11First round of account changesDavid Marcec3-49/+55
2018-08-11Refactored profile manager sharingDavid Marcec10-20/+28
2018-08-11Added IsUserRegistrationRequestPermittedDavid Marcec7-3/+19
2018-08-09Don't add user if the uuid already existsDavid Marcec1-0/+4
2018-08-08Open first user addedDavid Marcec1-1/+3
2018-08-08Inital pass of account backend implementationDavid Marcec3-12/+22
2018-08-08GetProfileBase and GetProfileBaseAndData addedDavid Marcec3-44/+106
2018-08-08began initial implementation of "ProfileManager"David Marcec4-44/+200
2018-08-08Service/Account: stub LoadImage functionmailwl1-1/+22
2018-08-08Switched uuids from u128 to new UUID structDavid Marcec2-10/+49
2018-08-08acc: Add missing function table entries for GetUserCountLioncash2-2/+2
2018-08-08acc: Stub GetUserCount. (#973)bunnei3-1/+9
2018-08-03Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851)David1-3/+27
2018-07-24core: Make converting constructors explicit where applicableLioncash1-1/+1
2018-07-20HLE/ACC: Stub IManagerForApplication::GetAccountId to return an error.Subv1-6/+8
2018-07-19HLE/ACC: Return an IProfile that is consistent with what was requested.Subv1-5/+15
2018-07-19HLE/ACC: Change the default user id to be consistent with what we tell games on startup.Subv1-2/+1
2018-07-19HLE/ACC: Write a single whole user id in ListAllUsers and ListOpenUsers.Subv1-4/+6
2018-07-19hle/service: Make constructors explicit where applicableLioncash1-1/+1
2018-07-03Rename logging macro back to LOG_*James Rowe1-10/+10
2018-04-24acc: Move logging macros over to new fmt-compatible onesLioncash1-10/+10
2018-04-20service: Use nested namespace specifiers where applicableLioncash9-36/+18
2018-04-17Various service name fixes - part 2 (rebased) (#322)Hexagon121-0/+8
2018-04-10Service/ACC: convert to module, add acc:aa, acc:su, acc:u1 servicesmailwl10-127/+336
2018-02-19acc_u0: Stub ListOpenUsers service function.bunnei2-1/+11
2018-02-14service: Remove remaining uses of BufferDescriptor*.bunnei1-2/+1
2018-02-09acc_u0: Implement ListAllUsers.bunnei2-2/+15
2018-02-04logger: Add "account" service logging category.bunnei1-8/+8
2018-02-04acc_u0: Stub out GetLastOpenedUser.bunnei2-0/+10
2018-02-04acc:u0 : stub GetAccountIdmailwl1-1/+9
2018-01-25hle: Rename RequestBuilder to ResponseBuilder.bunnei1-6/+6
2018-01-25service: Fix all incorrect IPC response headers.bunnei1-2/+2
2018-01-19acc, set, applet_oe: stub various functions, add set service (#105)goaaats2-0/+76
2018-01-17acc_u0: Add IPC interface and stub InitializeApplicationInfo.bunnei4-0/+80