aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service
AgeCommit message (Expand)Author
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-10video_core; Get rid of global g_toggle_framelimit_enabled variableLioncash
2018-08-09Merge pull request #997 from lioncash/const-funcbunnei
2018-08-09Merge pull request #990 from lioncash/entrybunnei
2018-08-09Merge pull request #897 from DarkLordZach/vfs-accuracy-2bunnei
2018-08-09buffer_queue: Make reference parameter of SetPreallocatedBuffer constLioncash
2018-08-08Merge pull request #986 from mailwl/acc-loadimagebunnei
2018-08-08core: Port core to VfsFilesystem for file accessZach Hilman
2018-08-08filesystem: Remove unnecessary if conditionsZach Hilman
2018-08-08Merge pull request #978 from bunnei/fixioctlbunnei
2018-08-08fsp_srv: Use std::string_view's copy() function instead of strncpy()Lioncash
2018-08-08fsp_srv: Emplace entries first when building index instead of emplacing lastLioncash
2018-08-08Merge pull request #975 from bunnei/am-stubbunnei
2018-08-08Merge pull request #958 from lioncash/nv-globalbunnei
2018-08-08Service/Account: stub LoadImage functionmailwl
2018-08-08Merge pull request #974 from lioncash/accbunnei
2018-08-08hid: fix IsSixAxisSensorAtRest() responsemailwl
2018-08-08nvhost_gpu: Don't over copy IoctlSubmitGpfifo.bunnei
2018-08-08am: Stub SetScreenShotImageOrientation.bunnei
2018-08-07acc: Add missing function table entries for GetUserCountLioncash
2018-08-07acc: Stub GetUserCount. (#973)bunnei
2018-08-07nvdrv: Get rid of global std::weak_ptrLioncash