summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* am: Utilize std::array within PopLaunchParameter()Gravatar Lioncash2018-08-211-3/+4
* Merge pull request #1143 from lioncash/incGravatar bunnei2018-08-212-1/+1
|\
| * sdmc_factory: Remove unnecessary core includeGravatar Lioncash2018-08-212-1/+1
* | perf_stats: Change MAX_LAG_TIME_US to an appropriate valueGravatar MerryMage2018-08-211-1/+1
|/
* Merge pull request #1129 from lioncash/headerGravatar bunnei2018-08-218-8/+34
|\
| * service/filesystem: Use forward declarations where applicableGravatar Lioncash2018-08-206-5/+22
| * romfs_factory: Remove unnecessary includes and use forward declarations where...Gravatar Lioncash2018-08-203-3/+12
* | Merge pull request #1126 from lioncash/telemGravatar bunnei2018-08-201-4/+4
|\ \
| * | telemetry_session: Don't allocate std::string instances for program lifetime ...Gravatar Lioncash2018-08-201-4/+4
* | | Merge pull request #1122 from lioncash/accGravatar bunnei2018-08-204-57/+61
|\ \ \ | |_|/ |/| |
| * | 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
* | | Merge pull request #1095 from DarkLordZach/sysarchivesGravatar bunnei2018-08-208-20/+100
|\ \ \ | |_|/ |/| |
| * | registration: Add Data_Unknown5 NCAContentTypeGravatar Zach Hilman2018-08-203-2/+3
| * | filesystem: Add support for loading of system archivesGravatar Zach Hilman2018-08-187-20/+99
* | | Merge pull request #1064 from lioncash/telemetryGravatar bunnei2018-08-201-62/+7
|\ \ \ | |_|/ |/| |
| * | common/telemetry: Migrate core-independent info gathering to commonGravatar Lioncash2018-08-141-62/+7
* | | Merge pull request #1117 from ogniK5377/CheckFreeCommunicationPermissionGravatar bunnei2018-08-201-1/+8
|\ \ \
| * | | Added CheckFreeCommunicationPermissionGravatar David Marcec2018-08-201-1/+8
| | |/ | |/|
* | | Merge pull request #1017 from ogniK5377/better-accountGravatar bunnei2018-08-2013-74/+440
|\ \ \ | |/ / |/| |
| * | 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-1137-148/+758
| |\ \
| * | | 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