aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2016-12-11APT::GetStartupArgument: force clear startup argumentmailwl
2016-12-11Add all services to the Service namespaceLioncash
2016-12-10Properly remove a thread from its wait_objects' waitlist when it is awoken by...Subv
2016-12-09Merge pull request #2291 from lioncash/svcbunnei
2016-12-09Moved the HLE command buffer translation task to ServerSession instead of the...Subv
2016-12-09Kernel/IPC: Small codestyle cleanupSubv
2016-12-09WaitSynch: Removed unused variables and reduced SharedPtr copies.Subv
2016-12-09service: Add cfg:nor serviceLioncash
2016-12-09Merge pull request #2292 from lioncash/boolYuri Kunde Schlesner
2016-12-09ptm: Use boolean instead of integral valueLioncash
2016-12-09service: Drop '_Interface' from cfg service namesLioncash
2016-12-08Added a framework for partially handling Session disconnections.Subv
2016-12-08Use std::move where appropriate.Subv
2016-12-08service: Add the ptm:s serviceLioncash
2016-12-08service: Add common ptm:u commands to other ptm servicesLioncash
2016-12-08service: Drop '_Interface' in ptm service class namesLioncash
2016-12-08service: Add ptm::gets and ptm::sets servicesLioncash
2016-12-08service: Add mvd and qtm servicesLioncash
2016-12-08service: Add nfc servicesLioncash
2016-12-07Merge pull request #2283 from lioncash/svcYuri Kunde Schlesner
2016-12-07Merge pull request #2281 from lioncash/appletYuri Kunde Schlesner
2016-12-08ssl_c: Update function tableLioncash
2016-12-08ptm: Update ptm_sysm function tableLioncash
2016-12-08pm_app: Update function tableLioncash
2016-12-08nwm_uds: Update function tableLioncash
2016-12-08nim: Update function tablesLioncash
2016-12-08http_c: Update function tableLioncash
2016-12-08gsp_lcd: Update function tableLioncash
2016-12-08fs_user: Update function tableLioncash
2016-12-08dlp_srvr: Update function tableLioncash
2016-12-08cfg: Update function tablesLioncash
2016-12-08cecd_u: Update function tableLioncash
2016-12-08boss_p: Update function tableLioncash
2016-12-08act: Update function tablesLioncash
2016-12-07apt: Update apt function tablesLioncash
2016-12-07Update AM service function tablesLioncash
2016-12-07applet: Move common IsRunning underlying variable to the Applet classLioncash
2016-12-07applet: Make virtual destructor defaultedLioncash
2016-12-07applet: Make constructor protectedLioncash
2016-12-07Config: auto-select region and languagewwylele
2016-12-07Merge pull request #2232 from wwylele/other-savebunnei
2016-12-06Use boost remove_erase_if instead of the erase-remove idiomSubv
2016-12-06Improved the algorithm for GetHighestPriorityReadyThread.Subv
2016-12-05Return an error code when connecting to a saturated port.Subv
2016-12-05HLE: Use a member variable instead of a virtual function to retrieve the max ...Subv
2016-12-05Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, Transl...Subv
2016-12-05Kernel: Remove the Redirection handle type.Subv
2016-12-05KServerPorts now have an HLE handler "template", which is inherited by all Se...Subv
2016-12-04Threading: Added some utility functions and const correctness.Subv
2016-12-04GSP: Downgrade log severity of SetAxiConfigQoSModeYuri Kunde Schlesner