aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2019-01-29hwopus: Mark local variables as const where applicableLioncash
2019-01-29hwopus: Fill in the rest of the unknown service function namesLioncash
2019-01-29service/ns: Update function tablesLioncash
2019-01-29service/ncm: Update function tablesLioncash
2019-01-29service/audio: Update function tablesLioncash
2019-01-29service/am/applet_ae: Update function tablesLioncash
2019-01-29service/fsp-srv: Update function tablesLioncash
2019-01-29service/btm: Update function tablesLioncash
2019-01-29service/btdrv: Update function tablesLioncash
2019-01-29service/psc: Update function tablesLioncash
2019-01-29nvflinger: Add the Null displayLioncash
2019-01-29nvflinger: Change log message in OpenDisplay to be a debug log instead of a w...Lioncash
2019-01-29nvflinger: Remove unnecessary header inclusionsLioncash
2019-01-29nvflinger: Mark locals const where applicableLioncash
2019-01-29nvflinger: Use a std::array for the available displays instead of std::vectorLioncash
2019-01-29hle/ipc_helpers: Fix clang-format warningsLioncash
2019-01-29hle/ipc_helpers: Allow pushing signed valuesLioncash
2019-01-28service/pm: Implement SetMaintenanceBoot()Lioncash
2019-01-28service/pm: Tidy up functionality related to SystemBootModeLioncash
2019-01-28service/vi: Remove stubbed notifier from SetLayerVisibilityLioncash
2019-01-26kernel/svc: Log out uncaught C++ exceptions from svcBreakLioncash
2019-01-17core/frontend/applets/web_browser: Include missing headersLioncash
2019-01-17core/frontend/applets/web_browser: Make OpenPage() non-constLioncash
2019-01-10Merge pull request #1959 from DarkLordZach/custom-rtcbunnei
2019-01-10Merge pull request #1939 from DarkLordZach/web-appletbunnei
2019-01-07settings: Use std::chrono::seconds instead of s64 for RTCZach Hilman
2019-01-07time: Use custom RTC settings if applicable for gameZach Hilman
2019-01-07Merge pull request #1989 from lioncash/setbunnei
2019-01-05Merge pull request #1988 from lioncash/resbunnei
2019-01-04service/vi: Correct scaling mode conversionsLioncash
2019-01-04service/vi: Factor out scaling mode conversions from the IPC function itselfLioncash
2019-01-04service/vi: Unstub IApplicationDisplayService' SetLayerScalingMode()Lioncash
2019-01-04Merge pull request #1981 from ogniK5377/open-app-area-createbunnei
2019-01-04Merge pull request #1980 from ogniK5377/applet-msg-updatebunnei
2019-01-04service/vi: Correct reported dimensions from IApplicationDisplayService's Get...Lioncash
2019-01-04Removed pulse event typeDavid Marcec
2019-01-03Merge pull request #1975 from lioncash/vibunnei
2019-01-04Return no application area when games try to open an application areaDavid Marcec
2019-01-04Proper no message handling for AM::PopMessageDavid Marcec
2019-01-03 Fixed botw deadlock(and possibly 30 fps games rendering too fast? needs test...David Marcec
2019-01-02Merge pull request #1976 from lioncash/displaybunnei
2019-01-02service/vi: Implement SetDisplayEnabled()Lioncash
2019-01-02Merge pull request #1977 from lioncash/vi-logbunnei
2019-01-02service/vi: Log more information where applicableLioncash
2019-01-02service/vi: Implement OpenDefaultDisplay in terms of OpenDisplayLioncash
2019-01-02service/vi: Correct initial width and height valuesLioncash
2019-01-02service/vi: Document unknown DisplayInfo struct membersLioncash
2018-12-31core/kernel: Remove unnecessary inclusionsLioncash
2018-12-30kernel/svc: Correct misleading error message within CreateThread()Lioncash
2018-12-30kernel/svc: Sanitize core number and thread priorities in CreateThread()Lioncash