summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | service/fsp-srv: Update function tablesGravatar Lioncash2019-01-292-17/+25
| * | service/btm: Update function tablesGravatar Lioncash2019-01-291-55/+97
| * | service/btdrv: Update function tablesGravatar Lioncash2019-01-291-46/+101
| * | service/psc: Update function tablesGravatar Lioncash2019-01-291-8/+9
* | | Merge pull request #2077 from lioncash/virtGravatar bunnei2019-01-315-15/+3
|\ \ \
| * | | kernel/wait_object: Devirtualize functions related to manipulating the thread...Gravatar Lioncash2019-01-301-3/+3
| * | | kernel/timer: Remove unnecessary WakeupAllWaitingThreads() overrideGravatar Lioncash2019-01-302-6/+0
| * | | kernel/readable_event: Remove unnecessary WakeupAllWaitingThreads() overrideGravatar Lioncash2019-01-302-6/+0
| | |/ | |/|
* | | service/nvflinger: Make FindBufferQueueId() a const member functionGravatar Lioncash2019-01-302-2/+26
* | | service/nvflinger: Rename Get prefix on function to FindGravatar Lioncash2019-01-303-23/+23
|/ /
* | nvflinger: Add the Null displayGravatar Lioncash2019-01-291-1/+2
* | nvflinger: Change log message in OpenDisplay to be a debug log instead of a w...Gravatar Lioncash2019-01-291-1/+1
* | nvflinger: Remove unnecessary header inclusionsGravatar Lioncash2019-01-291-2/+0
* | nvflinger: Mark locals const where applicableGravatar Lioncash2019-01-291-11/+11
* | nvflinger: Use a std::array for the available displays instead of std::vectorGravatar Lioncash2019-01-292-7/+7
|/
* hle/ipc_helpers: Fix clang-format warningsGravatar Lioncash2019-01-291-1/+0
* hle/ipc_helpers: Allow pushing signed valuesGravatar Lioncash2019-01-291-0/+22
* service/pm: Implement SetMaintenanceBoot()Gravatar Lioncash2019-01-281-1/+10
* service/pm: Tidy up functionality related to SystemBootModeGravatar Lioncash2019-01-282-2/+9
* service/vi: Remove stubbed notifier from SetLayerVisibilityGravatar Lioncash2019-01-281-2/+3
* kernel/svc: Log out uncaught C++ exceptions from svcBreakGravatar Lioncash2019-01-261-0/+4
* core/frontend/applets/web_browser: Include missing headersGravatar Lioncash2019-01-171-2/+8
* core/frontend/applets/web_browser: Make OpenPage() non-constGravatar Lioncash2019-01-171-1/+1
* Merge pull request #1959 from DarkLordZach/custom-rtcGravatar bunnei2019-01-101-7/+9
|\
| * settings: Use std::chrono::seconds instead of s64 for RTCGravatar Zach Hilman2019-01-071-6/+4
| * time: Use custom RTC settings if applicable for gameGravatar Zach Hilman2019-01-071-6/+10
* | Merge pull request #1939 from DarkLordZach/web-appletGravatar bunnei2019-01-108-583/+898
|\ \ | |/ |/|
| * travis: Use correct package for linux Qt5WebEngineGravatar Zach Hilman2018-12-282-3/+2
| * web_browser: Add bounds checking to applet interfaceGravatar Zach Hilman2018-12-284-132/+134
| * core: Add getter and setter for WebBrowserApplet frontendGravatar Zach Hilman2018-12-281-1/+1
| * applets: Implement LibAppletOff (Web) appletGravatar Zach Hilman2018-12-283-0/+232
| * hid: Make Hid service accessible and add GetPressStateGravatar Zach Hilman2018-12-284-459/+540
| * am: Add size parameter to am:IStorage loggingGravatar Zach Hilman2018-12-281-4/+4
* | Merge pull request #1989 from lioncash/setGravatar bunnei2019-01-071-39/+58
|\ \
| * | service/vi: Correct scaling mode conversionsGravatar Lioncash2019-01-041-15/+13
| * | service/vi: Factor out scaling mode conversions from the IPC function itselfGravatar Lioncash2019-01-041-17/+21
| * | service/vi: Unstub IApplicationDisplayService' SetLayerScalingMode()Gravatar Lioncash2019-01-041-21/+38
* | | Merge pull request #1988 from lioncash/resGravatar bunnei2019-01-051-12/+8
|\ \ \
| * | | service/vi: Correct reported dimensions from IApplicationDisplayService's Get...Gravatar Lioncash2019-01-041-12/+8
| |/ /
* | | Merge pull request #1981 from ogniK5377/open-app-area-createGravatar bunnei2019-01-041-4/+4
|\ \ \
| * | | Return no application area when games try to open an application areaGravatar David Marcec2019-01-041-4/+4
* | | | Merge pull request #1980 from ogniK5377/applet-msg-updateGravatar bunnei2019-01-041-1/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | Proper no message handling for AM::PopMessageGravatar David Marcec2019-01-041-1/+10
| |/ /
* | | Removed pulse event typeGravatar David Marcec2019-01-043-7/+0
* | | Merge pull request #1975 from lioncash/viGravatar bunnei2019-01-031-4/+15
|\ \ \
| * | | service/vi: Correct initial width and height valuesGravatar Lioncash2019-01-021-2/+2
| * | | service/vi: Document unknown DisplayInfo struct membersGravatar Lioncash2019-01-021-2/+13
* | | | Fixed botw deadlock(and possibly 30 fps games rendering too fast? needs test...Gravatar David Marcec2019-01-031-1/+1
| |/ / |/| |
* | | Merge pull request #1976 from lioncash/displayGravatar bunnei2019-01-021-4/+17
|\ \ \
| * | | service/vi: Implement OpenDefaultDisplay in terms of OpenDisplayGravatar Lioncash2019-01-021-4/+17
| |/ /