summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #1017 from ogniK5377/better-accountGravatar bunnei2018-08-2012-74/+438
|\ \ | |/ |/|
| * 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-1117-36/+78
| |\
| * | 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
* | | Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059)Gravatar greggameplayer2018-08-172-2/+22
* | | correct coding styleGravatar greggameplayer2018-08-161-1/+1
* | | Implement GetDefaultDisplayResolutionChangeEventGravatar greggameplayer2018-08-162-1/+13
* | | Merge pull request #1005 from DarkLordZach/registered-fmtGravatar bunnei2018-08-152-4/+23
|\ \ \
| * | | filesystem: Add Open and Register functions for BISFactoryGravatar Zach Hilman2018-08-112-4/+23
* | | | Merge pull request #1078 from lioncash/messageGravatar bunnei2018-08-151-2/+20
|\ \ \ \
| * | | | lm: Use LOG_DEBUG for printing out trace logsGravatar Lioncash2018-08-151-1/+1
| * | | | lm: Handle threads and modules within the loggerGravatar Lioncash2018-08-151-1/+19
* | | | | Merge pull request #1051 from B3n30/UnscheduleEventThreadsafeGravatar bunnei2018-08-151-1/+1
|\ \ \ \ \
| * | | | | Core::CoreTiming: add UnscheduleEventThreadsafeGravatar B3n302018-08-131-1/+1
* | | | | | Merge pull request #1080 from lioncash/retGravatar bunnei2018-08-151-1/+1
|\ \ \ \ \ \
| * | | | | | sm/controller: Correct return value of QueryPointerBufferSizeGravatar Lioncash2018-08-151-1/+1
| | |/ / / / | |/| | | |
* / | | | | kernel/server_session: Add IsSession() member functionGravatar Lioncash2018-08-153-3/+8
|/ / / / /
* | | | | Merge pull request #1072 from lioncash/svcGravatar bunnei2018-08-141-2/+5
|\ \ \ \ \
| * | | | | kernel/svc: Log svcBreak parametersGravatar Lioncash2018-08-141-2/+5
* | | | | | Merge pull request #1056 from lioncash/mmGravatar bunnei2018-08-142-46/+52
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | mm_u: Forward all old variants of functions to the new onesGravatar Lioncash2018-08-131-5/+11
| * | | | | mm_u: Move implementation class into the cpp fileGravatar Lioncash2018-08-132-46/+46
| |/ / / /
* | | | | Merge pull request #1055 from lioncash/initGravatar bunnei2018-08-141-1/+1
|\ \ \ \ \
| * | | | | audout_u: Correct IAudioOut initializer list orderGravatar Lioncash2018-08-131-1/+1
| |/ / / /
* | | | | Merge pull request #1046 from ogniK5377/missing-channelsGravatar Mat M2018-08-135-0/+144
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Registered missing channel devicesGravatar David Marcec2018-08-131-0/+4
| * | | | Added missing channel devicesGravatar David Marcec2018-08-134-0/+140
* | | | | kernel/object: Tighten object against data racesGravatar Lioncash2018-08-132-8/+9
|/ / / /
* | | | Merge pull request #1043 from Subv/timingGravatar bunnei2018-08-121-1/+0
|\ \ \ \
| * | | | Kernel/SVC: Don't reschedule the current core when creating a new thread.Gravatar Subv2018-08-121-1/+0
* | | | | Merge pull request #1036 from lioncash/threadGravatar bunnei2018-08-122-2/+2
|\ \ \ \ \
| * | | | | scheduler: Make HaveReadyThreads() a const member functionGravatar Lioncash2018-08-122-2/+2
| |/ / / /