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
/
apt.cpp
Age
Commit message (
Expand
)
Author
2014-10-29
Renamed souce files of services to match port names
Gareth Poole
2014-10-07
APT: Added a stub for the "GlanceParameter" function.
purpasmart96
2014-10-04
Added some more names to the function table
purpasmart96
2014-07-04
APT: Added stubbed ReceiveParameter and various cleanups.
bunnei
2014-06-13
HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)
bunnei
2014-06-02
svc: added optional name field to Event and Mutex (used for debugging)
bunnei
2014-05-29
hle: cleaned up log messages
bunnei
2014-05-28
apt: added stubbed function for InquireNotification
bunnei
2014-05-27
APT_U: added stubbed function for APT_U::Enable, fixed some log messages to b...
bunnei
2014-05-27
APT_U: added event creation to Initialize method
bunnei
2014-05-22
APT_U: added a debug log on calling GetLockHandle
bunnei
2014-05-20
mutex: refactored the interface to code to return a Mutex* handle
bunnei
2014-05-20
mutex: initial commit of HLE module
bunnei
2014-05-19
apt: changed stubbed handle to be something other than 0xDEADBEEF (used as a ...
bunnei
2014-05-16
updated APT_U::GetLockHandle to return a valid handle
bunnei
2014-05-07
- removed HLE mem "hack" and replaced with kernel mem region
bunnei
2014-04-24
- refactored how service functions are called
bunnei
2014-04-16
updated service comments
bunnei
2014-04-15
restructured hle:services completely to use function lookup tables
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