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
2015-07-17
Ensure all kernel objects are released during shutdown
Yuri Kunde Schlesner
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-02-02
Kernel: Stop creating useless Handles during object creation
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-30
Kernel: Convert Event to not use Handles
Yuri Kunde Schlesner
2015-01-21
Event: Fixed some bugs and cleanup (Subv)
bunnei
2015-01-10
Logging: Log all called service functions (under trace). Compile out all trac...
archshift
2015-01-05
Services: Clean up a few things and add a few function names
purpasmart96
2014-12-25
More services & small clean ups
purpasmart96
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
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