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
/
srv.cpp
Age
Commit message (
Expand
)
Author
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
HLE: Revamp error handling throrough the HLE code
Yuri Kunde Schlesner
2014-11-18
Add static to some variables
Lioncash
2014-11-17
core: Mark some hle functions as static
Lioncash
2014-11-01
Added ReceiveNotification, PublishToSubscriber unimplemented functions to SRV
archshift
2014-09-08
core: Prune redundant includes
archshift
2014-08-28
srv::Initialize: Return "success" status code.
bunnei
2014-08-05
SRV: Updated GetProcSemaphore to create an event instead of a mutex.
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
srv: fix to log unimplemented service (instead of crash)
bunnei
2014-05-29
hle: cleaned up log messages
bunnei
2014-05-29
srv: changed a NOTICE_LOG to DEBUG_LOG
bunnei
2014-05-26
srv: added a real mutex for GetProcSemaphore (instead of stubbed)
bunnei
2014-05-18
renamed "UID" to "Handle" where appropriate
bunnei
2014-05-18
- moved Handle/Result definitions to kernel.h
bunnei
2014-05-16
added stubbed GetProcSemaphore - does nothing but avoids an exception
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
fixed bug with printing std::string in log messages
bunnei
2014-04-16
updated service comments
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