aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service
AgeCommit message (Expand)Author
2018-08-20profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNe...Lioncash
2018-08-20Merge pull request #1117 from ogniK5377/CheckFreeCommunicationPermissionbunnei
2018-08-20Merge pull request #1017 from ogniK5377/better-accountbunnei
2018-08-20Added CheckFreeCommunicationPermissionDavid Marcec
2018-08-18filesystem: Add support for loading of system archivesZach Hilman
2018-08-17Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059)greggameplayer
2018-08-16correct coding stylegreggameplayer
2018-08-16Implement GetDefaultDisplayResolutionChangeEventgreggameplayer
2018-08-15Merge pull request #1005 from DarkLordZach/registered-fmtbunnei
2018-08-15Merge pull request #1078 from lioncash/messagebunnei
2018-08-15Merge pull request #1080 from lioncash/retbunnei
2018-08-15kernel/server_session: Add IsSession() member functionLioncash
2018-08-15sm/controller: Correct return value of QueryPointerBufferSizeLioncash
2018-08-15lm: Use LOG_DEBUG for printing out trace logsLioncash
2018-08-15lm: Handle threads and modules within the loggerLioncash
2018-08-14Merge pull request #1056 from lioncash/mmbunnei
2018-08-14Merge pull request #1055 from lioncash/initbunnei
2018-08-13mm_u: Forward all old variants of functions to the new onesLioncash
2018-08-13mm_u: Move implementation class into the cpp fileLioncash
2018-08-13audout_u: Correct IAudioOut initializer list orderLioncash
2018-08-13Registered missing channel devicesDavid Marcec
2018-08-13Added missing channel devicesDavid Marcec
2018-08-12vfs: Make type hierarchy objects classes instead of structsLioncash
2018-08-12Merge pull request #1035 from ogniK5377/audio-dev-revision-infobunnei
2018-08-12Merge pull request #1028 from ogniK5377/aoabunnei
2018-08-12GetAudioDeviceServiceWithRevisionInfoDavid Marcec
2018-08-12hid: disable clang-format around tablesLioncash
2018-08-12hid: Stub DisconnectNpad()Lioncash
2018-08-12Pushed the requested sample rate instead of our fixed sample rateDavid Marcec
2018-08-12Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRende...David Marcec
2018-08-12Stub UpdateUserPresenceDavid Marcec
2018-08-11filesystem: Add Open and Register functions for BISFactoryZach Hilman
2018-08-11friend: Stub DeclareCloseOnlinePlaySession.bunnei
2018-08-11friend: Fix CreateFriendService to return an IFriendService interface.bunnei
2018-08-12Better UUID randomnessDavid Marcec
2018-08-12Removed un-needed count from ListOpenUsers and ListAllUsersDavid Marcec
2018-08-12Added better explanations in the profile managerDavid Marcec
2018-08-12Code cleanup for profile managerDavid Marcec
2018-08-12Removed const from ProfileBase InvalidateDavid Marcec
2018-08-11fixed invalid uuid bool operatorDavid Marcec
2018-08-11Added GetOpenUserCountDavid Marcec
2018-08-11Removed all for loops from the profile managerDavid Marcec
2018-08-11Added missing ListAllUsers countDavid Marcec
2018-08-11If statement style changeDavid Marcec
2018-08-11Second round of account changesDavid 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-10video_core; Get rid of global g_toggle_framelimit_enabled variableLioncash