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.h
Age
Commit message (
Expand
)
Author
2018-08-12
vfs: Make type hierarchy objects classes instead of structs
Lioncash
2018-08-08
core: Port core to VfsFilesystem for file access
Zach Hilman
2018-08-01
kernel: Move object class to its own source files
Lioncash
2018-07-23
core: Make converting constructors explicit where applicable
Lioncash
2018-04-20
core: Relocate g_service_manager to the System class
Lioncash
2018-01-20
Format: Run the new clang format on everything
James Rowe
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
2017-12-29
kernel: Fix implementation of ConvertSessionToDomain.
bunnei
2017-10-31
service: Return proper result code for IPC::CommandType::Close.
bunnei
2017-10-18
service: Add CreatePort function (that does not register/install).
bunnei
2017-10-14
hle: Initial implementation of NX service framework and IPC.
bunnei
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-05
HLE: Move SessionRequestHandler from Service:: to Kernel::
Yuri Kunde Schlesner
2017-05-29
Kernel: Move HandleTable to a separate file
Yuri Kunde Schlesner
2016-12-26
IPC helpers example
Lectem
2016-12-14
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-09
Moved the HLE command buffer translation task to ServerSession instead of the...
Subv
2016-12-08
Added a framework for partially handling Session disconnections.
Subv
2016-12-08
Use std::move where appropriate.
Subv
2016-12-05
HLE: Use a member variable instead of a virtual function to retrieve the max ...
Subv
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
Fixed the rebase mistakes.
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
fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block ...
Subv
2016-11-30
Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...
Subv
2016-11-30
Set client SDK version to Service APIs
mailwl
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2015-06-28
Core: Cleanup file_sys includes.
Emmanuel Gil Peyrot
2015-06-28
Common: Cleanup key_map includes.
Emmanuel Gil Peyrot
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-04-14
De-inline functions from Interface, removing them from service.h
Yuri Kunde Schlesner
2015-03-03
Services: Moved the PTM and APT services to their own folder
Subv
2015-02-02
Service: Store function names as const char* instead of std::string
Yuri Kunde Schlesner
2015-02-02
Service: Clean-up Interface
Yuri Kunde Schlesner
2015-02-02
Make Port/Service registration and querying more HW-accurate
Yuri Kunde Schlesner
2015-01-10
Logging: Log all called service functions (under trace). Compile out all trac...
archshift
2015-01-07
Fix double-free in Service manager during shutdown
Yuri Kunde Schlesner
2014-12-28
Kernel: New handle manager
Yuri Kunde Schlesner
2014-12-28
Rename ObjectPool to HandleTable
Yuri Kunde Schlesner
2014-12-20
License change
purpasmart96
2014-12-15
Remove SyncRequest from K::Object and create a new K::Session type
Yuri Kunde Schlesner
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-11-24
Log the cmd_buff arguments when citra comes across an unimplemented function
archshift
2014-11-24
Remove duplicated docs/update them for changed parameters.
Yuri Kunde Schlesner
[next]