aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
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-22scheduler: Add explanations for YieldWith and WithoutLoadBalancingZach Hilman
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
2018-11-20am/applets: Relocate comments above the relevant data member in AppletDataBrokerLioncash
2018-11-20Merge pull request #1667 from DarkLordZach/swkbdbunnei
2018-11-19Merge pull request #1739 from lioncash/lmbunnei
2018-11-19kernel/resource_limit: Clean up interfaceLioncash
2018-11-19lm: Implement SetDestination by doing nothingLioncash
2018-11-19software_keyboard: Fix erroneous extra PushNormalDataZach Hilman
2018-11-19software_keyboard: Return correct result code on user cancel operationZach Hilman
2018-11-19applet: Add AppletDataBroker to manage HLE to AM service interactionZach Hilman
2018-11-19software_keyboard: Use correct offset for inital text stringZach Hilman
2018-11-19kernel/shared_memory: Make Map() and Unmap() take the target process by refer...Lioncash
2018-11-19kernel/shared_memory: Add a const qualified member function overload for GetP...Lioncash
2018-11-19kernel/shared_memory: Use 64-bit types for offset and size in CreateForAppletLioncash
2018-11-19kernel/shared_memory: Make GetPointer() take a std::size_t instead of a u32Lioncash
2018-11-19kernel/shared_memory: Make data members privateLioncash
2018-11-19ldr: Clean up error codesLioncash
2018-11-18svc: Implement yield types 0 and -1Zach Hilman
2018-11-18filesystem: Clear registered union paths on factory creationZach Hilman
2018-11-18hid: Use player-defined controller type as PREFERRED_CONTROLLERZach Hilman