aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
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 #1051 from B3n30/UnscheduleEventThreadsafebunnei
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 #1072 from lioncash/svcbunnei
2018-08-14Merge pull request #1056 from lioncash/mmbunnei
2018-08-14kernel/svc: Log svcBreak parametersLioncash
2018-08-14Merge pull request #1055 from lioncash/initbunnei
2018-08-13Merge pull request #1046 from ogniK5377/missing-channelsMat M
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-13Core::CoreTiming: add UnscheduleEventThreadsafeB3n30
2018-08-13kernel/object: Tighten object against data racesLioncash
2018-08-13Registered missing channel devicesDavid Marcec
2018-08-13Added missing channel devicesDavid Marcec
2018-08-12Merge pull request #1043 from Subv/timingbunnei