summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix debug buildGravatar Lioncash2018-12-011-1/+1
* 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-2951-390/+860
|\
| * Added comment on Main memory size for more clarityGravatar David Marcec2018-11-271-0/+1
| * Made svcSetHeapSize and svcCreateSharedMemory more readableGravatar David Marcec2018-11-271-4/+4
| * Reworked svcs slightly, improved error messages in AM and fsp_srvGravatar David Marcec2018-11-273-20/+30
| * Fixed hwopus compile errorGravatar David Marcec2018-11-261-1/+1
| * Improved error messages in AM, HwOpus and NvMapGravatar David Marcec2018-11-263-26/+39
| * Improved error messages for SVCsGravatar David Marcec2018-11-261-76/+170
| * Changed logging to be "Log before execution", Added more error logging, all s...Gravatar David Marcec2018-11-2651-374/+726
* | 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
* | | | svc: Implement svcSetResourceLimitLimitValue()Gravatar Lioncash2018-11-261-1/+36
* | | | svc: Implement svcGetResourceLimitCurrentValue()Gravatar Lioncash2018-11-261-16/+49
* | | | svc: Implement svcGetResourceLimitLimitValue()Gravatar Lioncash2018-11-262-2/+33
* | | | svc: Implement svcCreateResourceLimit()Gravatar Lioncash2018-11-262-1/+27
| |/ / |/| |
* | | 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
| |/
* | svc: Return ERR_INVALID_ENUM_VALUE from svcGetInfoGravatar Luke Street2018-11-251-1/+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 #1767 from lioncash/handleGravatar bunnei2018-11-212-12/+14
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | kernel/handle_table: Move private static functions into the cpp fileGravatar Lioncash2018-11-212-7/+9
| * | | | | kernel/handle_table: Restrict handle table size to 1024 entriesGravatar Lioncash2018-11-211-5/+2
| * | | | | kernel/handle_table: Default destructor in the cpp fileGravatar Lioncash2018-11-212-0/+3
| |/ / / /
* | | | | 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