summaryrefslogtreecommitdiff
path: root/src/core/hle/service (follow)
Commit message (Expand)AuthorAgeFilesLines
* service/set: Convert GetLanguageCode over to using PushEnum()Gravatar Lioncash2018-11-301-1/+1
* service/set: Implement MakeLanguageCodeGravatar Lioncash2018-11-302-1/+19
* Merge pull request #1801 from ogniK5377/log-before-executeGravatar bunnei2018-11-2950-366/+654
|\
| * Reworked svcs slightly, improved error messages in AM and fsp_srvGravatar David Marcec2018-11-272-8/+10
| * Fixed hwopus compile errorGravatar David Marcec2018-11-261-1/+1
| * Improved error messages in AM, HwOpus and NvMapGravatar David Marcec2018-11-263-26/+39
| * Changed logging to be "Log before execution", Added more error logging, all s...Gravatar David Marcec2018-11-2650-363/+636
* | Merge pull request #1817 from DarkLordZach/npad-idx-fixGravatar bunnei2018-11-281-2/+2
|\ \
| * | npad: Use NPadIdToIndex to prevent invalid array accessGravatar Zach Hilman2018-11-281-2/+2
* | | Merge pull request #1792 from bunnei/dma-pusherGravatar bunnei2018-11-281-5/+10
|\ \ \
| * | | dma_pushbuffer: Optimize to avoid loop and copy on Push.Gravatar bunnei2018-11-271-8/+6
| * | | gpu: Rewrite GPU command list processing with DmaPusher class.Gravatar bunnei2018-11-261-3/+10
| |/ /
* | | npad: Fix copy/paste error with LED position assignmentsGravatar Zach Hilman2018-11-271-3/+3
* | | Merge pull request #1802 from DarkLordZach/user-data-storageGravatar bunnei2018-11-273-17/+19
|\ \ \ | |/ / |/| |
| * | profile_manager: Save and load ProfileData from diskGravatar Zach Hilman2018-11-263-17/+19
* | | Merge pull request #1793 from lioncash/refGravatar bunnei2018-11-252-2/+2
|\ \ \ | |_|/ |/| |
| * | service/sm: Take std::string by const reference in UnregisterServiceGravatar Lioncash2018-11-242-2/+2
| |/
* | Merge pull request #1791 from bunnei/nvdrv-stubGravatar bunnei2018-11-242-2/+18
|\ \ | |/ |/|
| * nvdrv: Implement/stub DumpGraphicsMemoryInfo and GetStatus.Gravatar bunnei2018-11-232-2/+18
* | Merge pull request #1641 from DarkLordZach/sm-register-unregisterGravatar bunnei2018-11-232-2/+55
|\ \
| * | sm: Implement RegisterService and UnregisterServiceGravatar Zach Hilman2018-11-032-2/+55
* | | Merge pull request #1731 from DarkLordZach/change-dir-crashGravatar bunnei2018-11-232-0/+6
|\ \ \
| * | | filesystem: Clear registered union paths on factory creationGravatar Zach Hilman2018-11-182-0/+6
* | | | Merge pull request #1708 from ogniK5377/res-scaleGravatar bunnei2018-11-232-13/+31
|\ \ \ \ | |_|_|/ |/| | |
| * | | Removed hard coded values for width and heightGravatar David Marcec2018-11-191-2/+4
| * | | Report resolution scaling support for vi and amGravatar David Marcec2018-11-162-13/+29
* | | | Merge pull request #1770 from DarkLordZach/applet-stubGravatar bunnei2018-11-233-4/+100
|\ \ \ \
| * | | | am: Return StubApplet instead of nullptr when AppletId not foundGravatar Zach Hilman2018-11-223-11/+11
| * | | | applets: Add StubAppletGravatar Zach Hilman2018-11-212-0/+96
* | | | | Merge pull request #1762 from bunnei/getgputimeGravatar bunnei2018-11-232-0/+19
|\ \ \ \ \
| * | | | | nvhost_ctrl_gpu: Implement IoctlGetGpuTime.Gravatar bunnei2018-11-212-0/+19
* | | | | | debug_pad: Avoid loading input for nonexistent buttons (Home and Screenshot)Gravatar Zach Hilman2018-11-221-2/+3
* | | | | | Merge pull request #1765 from bunnei/multi-audoutGravatar bunnei2018-11-222-9/+22
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | audout_u: Add support for multiple IAudioOut streams.Gravatar bunnei2018-11-222-9/+22
| |/ / / /
* | | | | Merge pull request #1742 from lioncash/hle-swkbdGravatar bunnei2018-11-215-44/+63
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | am/applets: Make the applet data broker part of the applet itself.Gravatar Lioncash2018-11-205-31/+36
| * | | | am/applets: Replace includes with forward declarations where applicableGravatar Lioncash2018-11-202-2/+9
| * | | | am/applets: Relocate comments above the relevant data member in AppletDataBrokerGravatar Lioncash2018-11-201-11/+18
* | | | | am: Correct build failureGravatar Lioncash2018-11-201-2/+2
* | | | | Merge pull request #1733 from lioncash/ldrGravatar bunnei2018-11-201-29/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ldr: Clean up error codesGravatar Lioncash2018-11-191-29/+12
| | |/ / | |/| |
* | | | Merge pull request #1667 from DarkLordZach/swkbdGravatar bunnei2018-11-206-103/+696
|\ \ \ \
| * | | | software_keyboard: Fix erroneous extra PushNormalDataGravatar Zach Hilman2018-11-191-3/+2
| * | | | software_keyboard: Return correct result code on user cancel operationGravatar Zach Hilman2018-11-193-5/+1
| * | | | applet: Add AppletDataBroker to manage HLE to AM service interactionGravatar Zach Hilman2018-11-195-104/+194
| * | | | software_keyboard: Use correct offset for inital text stringGravatar Zach Hilman2018-11-191-1/+2
| * | | | software_keyboard: Check for UTF-8 config flagGravatar Zach Hilman2018-11-182-9/+23
| * | | | software_keyboard: Push all data over all channels on dialog completionGravatar Zach Hilman2018-11-181-18/+26
| * | | | applet: Use std::queue instead of std::vector for storage stackGravatar Zach Hilman2018-11-185-18/+44
| * | | | applet: Add operation completed callbackGravatar Zach Hilman2018-11-182-3/+5