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
2014-05-28
service: changed interface to return 0 (no error) when a service method is u...
bunnei
2014-05-26
kernel: added WaitSynchronization method to Kernel::Object
bunnei
2014-05-26
kernel: updated SyncRequest to take boolean thread wait result as a parameter
bunnei
2014-05-26
service: Renamed Sync to SyncRequest
bunnei
2014-05-22
service: fixed typo that MSVC did not catch as an error
bunnei
2014-05-20
service: removed redundant include of common_types.h
bunnei
2014-05-20
renamed "syscall" module to "svc" (more accurate naming)
bunnei
2014-05-20
- created a Kernel namespace
bunnei
2014-05-18
- renamed NewHandle to CreateHandle
bunnei
2014-05-18
- updated service(s) to be KernelObject's
bunnei
2014-05-18
renamed "UID" to "Handle" where appropriate
bunnei
2014-05-18
- moved Handle/Result definitions to kernel.h
bunnei
2014-05-07
- removed HLE mem "hack" and replaced with kernel mem region
bunnei
2014-04-27
fixed weird spacing
bunnei
2014-04-24
- refactored how service functions are called
bunnei
2014-04-16
- added stubbed out GSP::Gpu service interface
bunnei
2014-04-15
restructured hle:services completely to use function lookup tables
bunnei
2014-04-15
- extracted srv: calls from service.cpp and put in its own module
bunnei
2014-04-13
added framework for APT service (application and title launching service)
bunnei
2014-04-12
cleanups to service HLE
bunnei
2014-04-12
- added HLE to connect to "srv:" service
bunnei
2014-04-11
- renamed hle_syscall to just syscall
bunnei
[prev]