aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/kernel/event.cpp
Commit message (Expand)AuthorAge
* Add `override` keyword through the code.Gravatar Yuri Kunde Schlesner2014-10-26
* Core: Alter the kernel string functions to use std::string instead of const c...Gravatar Lioncash2014-08-17
* Kernel: Updated Event and Mutex to specify handle that they are blocking for.Gravatar bunnei2014-08-05
* Event: Updated several log messages to be assertions.Gravatar bunnei2014-06-13
* Kernel: Updated various kernel function "name" arguments to be const references.Gravatar bunnei2014-06-13
* Kernel: Updated several member functions to be constGravatar bunnei2014-06-13
* Kernel: Made SyncRequest not pure virtual, with a default implementation of e...Gravatar bunnei2014-06-13
* Kernel: Added real support for thread and event blockingGravatar bunnei2014-06-13
* svc: added optional name field to Event and Mutex (used for debugging)Gravatar bunnei2014-06-02
* event: added a hackish ability to set an event as "locked" to its current sta...Gravatar bunnei2014-06-01
* event: added support for ClearEvent, fixed a bug with CreateEvent, fixed some...Gravatar bunnei2014-05-29
* event: added SetEventLocked method to change status an events lockGravatar bunnei2014-05-27
* kernel: added event module to support creation of CTR "Event" objectsGravatar bunnei2014-05-27