summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/srv.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-13svc: Move ResetType enum to the kernel event headerLioncash1-1/+1
2016-03-12svc: Make ResetType an enum classLioncash1-1/+1
2016-02-02services: Get rid of unnecessary includesLioncash1-1/+1
2015-07-17Ensure all kernel objects are released during shutdownYuri Kunde Schlesner1-0/+4
2015-05-07Common: Remove common.hYuri Kunde Schlesner1-0/+2
2015-02-02Kernel: Stop creating useless Handles during object creationYuri Kunde Schlesner1-1/+1
2015-02-02Service: Clean-up InterfaceYuri Kunde Schlesner1-1/+1
2015-02-02Make Port/Service registration and querying more HW-accurateYuri Kunde Schlesner1-3/+3
2015-01-30Kernel: Convert Event to not use HandlesYuri Kunde Schlesner1-4/+4
2015-01-22Event: Fixed some bugs and cleanup (Subv)bunnei1-1/+1
2015-01-10Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance.archshift1-4/+0
2015-01-06Services: Clean up a few things and add a few function namespurpasmart961-7/+9
2014-12-26More services & small clean upspurpasmart961-3/+0
2014-12-21License changepurpasmart961-1/+1
2014-12-15Remove SyncRequest from K::Object and create a new K::Session typeYuri Kunde Schlesner1-3/+3
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner1-4/+4
2014-11-24HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner1-3/+3
2014-11-19Add static to some variablesLioncash1-1/+1
2014-11-18core: Mark some hle functions as staticLioncash1-3/+3
2014-11-02Added ReceiveNotification, PublishToSubscriber unimplemented functions to SRVarchshift1-0/+2
2014-09-09core: Prune redundant includesarchshift1-1/+0
2014-08-31srv::Initialize: Return "success" status code.bunnei1-0/+4
2014-08-28srv::Initialize: Return "success" status code.bunnei1-0/+4
2014-08-06SRV: Updated GetProcSemaphore to create an event instead of a mutex.bunnei1-8/+10
2014-06-13HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)bunnei1-4/+4
2014-06-03svc: added optional name field to Event and Mutex (used for debugging)bunnei1-1/+1
2014-05-30srv: fix to log unimplemented service (instead of crash)bunnei1-6/+2
2014-05-30hle: cleaned up log messagesbunnei1-3/+3
2014-05-30srv: changed a NOTICE_LOG to DEBUG_LOGbunnei1-1/+1
2014-05-27srv: added a real mutex for GetProcSemaphore (instead of stubbed)bunnei1-3/+10
2014-05-19renamed "UID" to "Handle" where appropriatebunnei1-2/+2
2014-05-19- moved Handle/Result definitions to kernel.hbunnei1-1/+1
2014-05-17added stubbed GetProcSemaphore - does nothing but avoids an exceptionbunnei1-1/+7
2014-05-08- removed HLE mem "hack" and replaced with kernel mem regionbunnei1-1/+1
2014-04-25- refactored how service functions are calledbunnei1-3/+3
2014-04-17fixed bug with printing std::string in log messagesbunnei1-2/+2
2014-04-17updated service commentsbunnei1-0/+3
2014-04-16- added stubbed out GSP::Gpu service interfacebunnei1-1/+1
2014-04-16restructured hle:services completely to use function lookup tablesbunnei1-0/+55