index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
service.cpp
Age
Commit message (
Expand
)
Author
2017-10-18
service: Add CreatePort function (that does not register/install).
bunnei
2017-10-17
service: Print correct command ID on unimplemented function.
bunnei
2017-10-15
hle: Implement ConvertSessionToDomain, various cleanups.
bunnei
2017-10-14
hle: Add service stubs for apm and appletOE.
bunnei
2017-10-14
hle: Initial implementation of NX service framework and IPC.
bunnei
2017-10-12
Remove more 3DS-specific code.
bunnei
2017-10-12
Remove more 3DS-specific code.
bunnei
2017-10-10
hle: Remove a large amount of 3ds-specific service code.
bunnei
2017-09-16
Services/NS: Port ns:s to the new service framework.
Subv
2017-06-20
Merge pull request #2790 from yuriks/remove-movefrom
Yuri Kunde Schlesner
2017-06-18
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
2017-06-18
Kernel/IPC: Make HLERequestContext usable from outside kernel
Yuri Kunde Schlesner
2017-06-11
Kernel: Basic support for IPC translation for HLE services
Yuri Kunde Schlesner
2017-06-11
ServiceFramework: Use separate copy of command buffer
Yuri Kunde Schlesner
2017-06-08
Service/sm: Convert 'srv:' to ServiceFramework
Yuri Kunde Schlesner
2017-06-08
Service: Remove a few redundant namespace qualifiers
Yuri Kunde Schlesner
2017-06-08
Service: Add new ServiceFramework framework for writing HLE services
Yuri Kunde Schlesner
2017-06-06
Service: Remove unnecessary includes from service.h
Yuri Kunde Schlesner
2017-06-06
Service: Make service registration part of the sm implementation
Yuri Kunde Schlesner
2017-06-06
Service: Move SRV interface to a new sm/ subdirectory
Yuri Kunde Schlesner
2017-06-06
Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession
Yuri Kunde Schlesner
2017-06-05
HLE: Move SessionRequestHandler from Service:: to Kernel::
Yuri Kunde Schlesner
2017-01-12
Merge pull request #2308 from mailwl/ac-i
bunnei
2016-12-30
Service/NFC: stub GetTagInRangeEvent
mailwl
2016-12-30
Service/AC: add ac:i service
mailwl
2016-12-22
Service/NWM: add nwm services
mailwl
2016-12-15
Merge pull request #2314 from mailwl/account
bunnei
2016-12-14
Merge pull request #2249 from Subv/sessions_v3
Yuri Kunde Schlesner
2016-12-14
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-14
Service/ACT: move ACT services to folder
mailwl
2016-12-11
Add all services to the Service namespace
Lioncash
2016-12-09
Moved the HLE command buffer translation task to ServerSession instead of the...
Subv
2016-12-09
Kernel/IPC: Small codestyle cleanup
Subv
2016-12-08
Added a framework for partially handling Session disconnections.
Subv
2016-12-08
Use std::move where appropriate.
Subv
2016-12-08
service: Add mvd and qtm services
Lioncash
2016-12-08
service: Add nfc services
Lioncash
2016-12-05
Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, Transl...
Subv
2016-12-05
KServerPorts now have an HLE handler "template", which is inherited by all Se...
Subv
2016-11-30
A bit of a redesign.
Subv
2016-11-30
IPC/HLE: Associate the ClientSessions with their parent port's HLE interface ...
Subv
2016-11-30
Kernel/HLE: Service::Interface no longer inherits from any Kernel object, and...
Subv
2016-11-30
Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...
Subv
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-08-27
LDR: Implement CRO
wwylele
2016-06-04
service: Add other DLP services
Lioncash
2016-05-17
Update ACT:U and create ACT:A (#1809)
AndrĂ¡s Domonkos
2016-04-05
Merge pull request #1435 from mailwl/frd_u
bunnei
[next]