summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Add missing #pragma once directives where applicableGravatar Lioncash2016-12-153-0/+6
* Merge pull request #2314 from mailwl/accountGravatar bunnei2016-12-158-10/+44
|\
| * Service/ACT: move ACT services to folderGravatar mailwl2016-12-148-10/+44
* | Memory: Always flush whole pages from surface cacheGravatar Yuri Kunde Schlesner2016-12-141-0/+10
* | Merge pull request #2249 from Subv/sessions_v3Gravatar Yuri Kunde Schlesner2016-12-1424-170/+591
|\ \ | |/ |/|
| * Fixed the codestyle to match our clang-format rules.Gravatar Subv2016-12-1416-68/+108
| * Moved the HLE command buffer translation task to ServerSession instead of the...Gravatar Subv2016-12-096-47/+38
| * Kernel/IPC: Small codestyle cleanupGravatar Subv2016-12-092-3/+1
| * Added a framework for partially handling Session disconnections.Gravatar Subv2016-12-088-9/+67
| * Use std::move where appropriate.Gravatar Subv2016-12-0812-177/+187
| * Return an error code when connecting to a saturated port.Gravatar Subv2016-12-055-7/+20
| * HLE: Use a member variable instead of a virtual function to retrieve the max ...Gravatar Subv2016-12-055-8/+18
| * Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, Transl...Gravatar Subv2016-12-056-22/+59
| * Kernel: Remove the Redirection handle type.Gravatar Subv2016-12-051-2/+0
| * KServerPorts now have an HLE handler "template", which is inherited by all Se...Gravatar Subv2016-12-0512-69/+86
| * Declare empty ServerSession and ClientSession constructors as default.Gravatar Subv2016-12-022-4/+4
| * Threads do not wait for the server endpoint to call AcceptSession before retu...Gravatar Subv2016-12-012-3/+5
| * Fixed the rebase mistakes.Gravatar Subv2016-11-3010-82/+76
| * A bit of a redesign.Gravatar Subv2016-11-3013-263/+266
| * IPC/HLE: Associate the ClientSessions with their parent port's HLE interface ...Gravatar Subv2016-11-306-26/+21
| * Kernel/HLE: Service::Interface no longer inherits from any Kernel object, and...Gravatar Subv2016-11-304-24/+52
| * fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block ...Gravatar Subv2016-11-304-5/+6
| * Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...Gravatar Subv2016-11-3016-88/+314
* | Minor amendment of GSP_GPU::ImportDisplayCaptureInfo codeGravatar JamePeng2016-12-131-3/+5
* | Merge pull request #2267 from JayFoxRox/fix-mingw-ccGravatar Sebastian Valle2016-12-111-2/+2
|\ \
| * | gdbstub: Remove unused includeGravatar Jannik Vogel2016-12-051-1/+0
| * | Support mingw cross-compileGravatar Jannik Vogel2016-12-051-1/+2
* | | APT::GetStartupArgument: force clear startup argumentGravatar mailwl2016-12-112-5/+11
* | | Core: Add a forgotten #include <cstring> for memcpy.Gravatar Emmanuel Gil Peyrot2016-12-111-0/+1
* | | Add all services to the Service namespaceGravatar Lioncash2016-12-1145-482/+390
* | | Merge pull request #2291 from lioncash/svcGravatar bunnei2016-12-0910-12/+61
|\ \ \
| * | | service: Add cfg:nor serviceGravatar Lioncash2016-12-094-0/+49
| * | | service: Drop '_Interface' from cfg service namesGravatar Lioncash2016-12-097-12/+12
* | | | Merge pull request #2292 from lioncash/boolGravatar Yuri Kunde Schlesner2016-12-091-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | ptm: Use boolean instead of integral valueGravatar Lioncash2016-12-091-1/+1
* | | | Merge pull request #2287 from lioncash/svcGravatar Yuri Kunde Schlesner2016-12-0812-12/+170
|\ \ \ \
| * | | | service: Add the ptm:s serviceGravatar Lioncash2016-12-083-0/+14
| * | | | service: Add common ptm:u commands to other ptm servicesGravatar Lioncash2016-12-084-0/+54
| * | | | service: Drop '_Interface' in ptm service class namesGravatar Lioncash2016-12-087-14/+14
| * | | | service: Add ptm::gets and ptm::sets servicesGravatar Lioncash2016-12-086-0/+90
* | | | | Merge pull request #2280 from Subv/citrace_sizeGravatar Sebastian Valle2016-12-081-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixed the gpu command list size when creating CiTraces.Gravatar Subv2016-12-081-2/+2
| | |/ / | |/| |
* | | | service: Add mvd and qtm servicesGravatar Lioncash2016-12-0814-0/+271
* | | | Merge pull request #2284 from lioncash/svcGravatar Yuri Kunde Schlesner2016-12-088-30/+199
|\ \ \ \
| * | | | service: Add nfc servicesGravatar Lioncash2016-12-088-30/+199
* | | | | Merge pull request #2277 from lioncash/explicitGravatar Yuri Kunde Schlesner2016-12-088-10/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | file_sys: Make a few single-argument constructors explicitGravatar Lioncash2016-12-078-10/+10
* | | | | Merge pull request #2283 from lioncash/svcGravatar Yuri Kunde Schlesner2016-12-0721-28/+212
|\ \ \ \ \
| * | | | | ssl_c: Update function tableGravatar Lioncash2016-12-081-0/+3
| * | | | | ptm: Update ptm_sysm function tableGravatar Lioncash2016-12-083-6/+7