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
2014-09-08
core: Prune redundant includes
archshift
2014-09-06
core: Pass string by reference in FetchFromPortName and DeleteService
Lioncash
2014-06-27
FS: Added stubbed code to intercept and decode file system service functions.
bunnei
2014-06-13
HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)
bunnei
2014-05-30
service: removed PT_A from, as this was just an alias for APT_U
bunnei
2014-05-29
hle: cleaned up log messages
bunnei
2014-05-20
- created a Kernel namespace
bunnei
2014-05-18
- updated service(s) to be KernelObject's
bunnei
2014-05-18
renamed "UID" to "Handle" where appropriate
bunnei
2014-04-16
added class stub for HID:User service
bunnei
2014-04-16
- added stubbed out GSP::Gpu service interface
bunnei
2014-04-15
fixed naming for APT_U
bunnei
2014-04-15
- extracted srv: calls from service.cpp and put in its own module
bunnei
2014-04-13
added a stub for GetLockHandle
bunnei
2014-04-13
added framework for APT service (application and title launching service)
bunnei
2014-04-13
renamed class Interface_SRV to SRV
bunnei
2014-04-13
added some very initial command parsing for SRV Sync
bunnei
2014-04-12
cleanups to service HLE
bunnei
2014-04-12
- added HLE to connect to "srv:" service
bunnei