summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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-203-62/+84
|\ \ \ | |_|/ |/| |
| * | common/telemetry: Migrate core-independent info gathering to commonGravatar Lioncash2018-08-143-62/+84
* | | Merge pull request #1104 from Subv/instanced_arraysGravatar bunnei2018-08-202-4/+30
|\ \ \
| * | | GLRasterizer: Implemented instanced vertex arrays.Gravatar Subv2018-08-182-4/+30
| | |/ | |/|
* | | Merge pull request #1115 from Subv/texs_maskGravatar bunnei2018-08-201-18/+18
|\ \ \
| * | | Shaders/TEXS: Fixed the component mask in the TEXS instruction.Gravatar Subv2018-08-191-18/+18
* | | | Merge pull request #1112 from Subv/sampler_typesGravatar bunnei2018-08-203-33/+250
|\ \ \ \
| * | | | Shader: Implemented the TLD4 and TLD4S opcodes using GLSL's textureGather.Gravatar Subv2018-08-191-0/+51
| * | | | Shader: Use the right sampler type in the TEX, TEXS and TLDS instructions.Gravatar Subv2018-08-192-29/+127
| * | | | Shader: Added bitfields for the texture type of the various sampling instruct...Gravatar Subv2018-08-191-1/+65
| * | | | Shaders: Added decodings for TLD4 and TLD4SGravatar Subv2018-08-191-3/+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-1176-634/+1562
| |\ \ \ \ \
| * | | | | | 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-085-44/+202
| * | | | | | Switched uuids from u128 to new UUID structGravatar David Marcec2018-08-082-10/+49
* | | | | | | Merge pull request #1120 from ogniK5377/rgba8-uintGravatar bunnei2018-08-204-45/+58
|\ \ \ \ \ \ \
| * | | | | | | Implemented RGBA8_UINTGravatar David Marcec2018-08-204-45/+58
| | |_|/ / / / | |/| | | | |