aboutsummaryrefslogtreecommitdiff
path: root/src/core
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-27Merge pull request #1814 from lioncash/ptrbunnei
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-27file_sys/registered_cache: Remove unused <map> includeLioncash
2018-11-27file_sys/registered_cache: Use regular const references instead of std::share...Lioncash
2018-11-27control_metadata: Correct typo in language name (Portugese -> Portuguese)Lioncash
2018-11-26Merge pull request #1804 from lioncash/castbunnei
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-26gdbstub: Silence value truncation warning within FpuWrite()Lioncash
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 #1692 from Hedges/GDBCleanbunnei
2018-11-23Merge pull request #1708 from ogniK5377/res-scalebunnei
2018-11-23Merge pull request #1747 from DarkLordZach/exefs-lfsbunnei
2018-11-23nvdrv: Implement/stub DumpGraphicsMemoryInfo and GetStatus.bunnei
2018-11-23Merge pull request #1770 from DarkLordZach/applet-stubbunnei
2018-11-23Merge pull request #1777 from lioncash/core-mgrbunnei
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-22core: Relocate CPU core management to its own classLioncash
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