aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service
AgeCommit message (Expand)Author
2018-08-22Added missing include for pl:uDavid Marcec
2018-08-21PL:U Added BFTTF loading(Loading from System NAND dumps) (#1088)David
2018-08-21Merge pull request #1145 from lioncash/fwd-declbunnei
2018-08-21vfs: Replace mode.h include with forward declarations where applicableLioncash
2018-08-21am: Utilize std::array within PopLaunchParameter()Lioncash
2018-08-21Merge pull request #1129 from lioncash/headerbunnei
2018-08-20service/filesystem: Use forward declarations where applicableLioncash
2018-08-20Merge pull request #1122 from lioncash/accbunnei
2018-08-20Merge pull request #1095 from DarkLordZach/sysarchivesbunnei
2018-08-20acc: Replace profile_manager include with a forward declarationLioncash
2018-08-20acc: Simplify WriteBuffer call within LoadImage()Lioncash
2018-08-20acc: Correct IProfile's constructor initializer list orderLioncash
2018-08-20acc: Remove unused DEFAULT_USER_IDLioncash
2018-08-20profile_manager: Use INVALID_UUID in the initializer of last_opened_userLioncash
2018-08-20profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData()Lioncash
2018-08-20profile_manager: Use type aliases for username data, profile data, and user a...Lioncash
2018-08-20profile_manager: Take ProfileInfo by const reference where applicableLioncash
2018-08-20profile_manager: Make array parameter to CreateNewUser a const referenceLioncash
2018-08-20profile_manager: Remove unnecessary staticLioncash
2018-08-20profile_manager: Simplify UUID's two param constructor, operator==, and opera...Lioncash
2018-08-20profile_manager: Move UUID generation function to the cpp fileLioncash
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