aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2018-12-01Fix debug buildLioncash
2018-11-30service/set: Convert GetLanguageCode over to using PushEnum()Lioncash
2018-11-30service/set: Implement MakeLanguageCodeLioncash
2018-11-29Merge pull request #1801 from ogniK5377/log-before-executebunnei
2018-11-28Merge pull request #1817 from DarkLordZach/npad-idx-fixbunnei
2018-11-28Merge pull request #1792 from bunnei/dma-pusherbunnei
2018-11-28npad: Use NPadIdToIndex to prevent invalid array accessZach Hilman
2018-11-27dma_pushbuffer: Optimize to avoid loop and copy on Push.bunnei
2018-11-27npad: Fix copy/paste error with LED position assignmentsZach Hilman
2018-11-27Merge pull request #1802 from DarkLordZach/user-data-storagebunnei
2018-11-26gpu: Rewrite GPU command list processing with DmaPusher class.bunnei
2018-11-26svc: Implement svcSetResourceLimitLimitValue()Lioncash
2018-11-26svc: Implement svcGetResourceLimitCurrentValue()Lioncash
2018-11-26svc: Implement svcGetResourceLimitLimitValue()Lioncash
2018-11-26svc: Implement svcCreateResourceLimit()Lioncash
2018-11-27Added comment on Main memory size for more clarityDavid Marcec
2018-11-27Made svcSetHeapSize and svcCreateSharedMemory more readableDavid Marcec
2018-11-27Reworked svcs slightly, improved error messages in AM and fsp_srvDavid Marcec
2018-11-26profile_manager: Save and load ProfileData from diskZach Hilman
2018-11-26Fixed hwopus compile errorDavid Marcec
2018-11-26Improved error messages in AM, HwOpus and NvMapDavid Marcec
2018-11-26Improved error messages for SVCsDavid Marcec
2018-11-26Changed logging to be "Log before execution", Added more error logging, all s...David Marcec
2018-11-25Merge pull request #1793 from lioncash/refbunnei
2018-11-25svc: Return ERR_INVALID_ENUM_VALUE from svcGetInfoLuke Street
2018-11-24Merge pull request #1791 from bunnei/nvdrv-stubbunnei
2018-11-24service/sm: Take std::string by const reference in UnregisterServiceLioncash
2018-11-23Merge pull request #1641 from DarkLordZach/sm-register-unregisterbunnei
2018-11-23Merge pull request #1731 from DarkLordZach/change-dir-crashbunnei
2018-11-23Merge pull request #1708 from ogniK5377/res-scalebunnei
2018-11-23nvdrv: Implement/stub DumpGraphicsMemoryInfo and GetStatus.bunnei
2018-11-23Merge pull request #1770 from DarkLordZach/applet-stubbunnei
2018-11-23Merge pull request #1762 from bunnei/getgputimebunnei
2018-11-22am: Return StubApplet instead of nullptr when AppletId not foundZach Hilman
2018-11-22debug_pad: Avoid loading input for nonexistent buttons (Home and Screenshot)Zach Hilman
2018-11-22Merge pull request #1765 from bunnei/multi-audoutbunnei
2018-11-22audout_u: Add support for multiple IAudioOut streams.bunnei
2018-11-21Merge pull request #1767 from lioncash/handlebunnei
2018-11-21applets: Add StubAppletZach Hilman
2018-11-21kernel/handle_table: Move private static functions into the cpp fileLioncash
2018-11-21kernel/handle_table: Restrict handle table size to 1024 entriesLioncash
2018-11-21kernel/handle_table: Default destructor in the cpp fileLioncash
2018-11-21Merge pull request #1742 from lioncash/hle-swkbdbunnei
2018-11-21nvhost_ctrl_gpu: Implement IoctlGetGpuTime.bunnei
2018-11-20am: Correct build failureLioncash
2018-11-20Merge pull request #1734 from lioncash/sharedbunnei
2018-11-20Merge pull request #1733 from lioncash/ldrbunnei
2018-11-20kernel/process: Move <random> include to the cpp fileLioncash
2018-11-20am/applets: Make the applet data broker part of the applet itself.Lioncash
2018-11-20am/applets: Replace includes with forward declarations where applicableLioncash