aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/gsp_gpu.h
Commit message (Collapse)AuthorAge
* Ensure all kernel objects are released during shutdownGravatar Yuri Kunde Schlesner2015-07-17
| | | | | | | | This commit fixes several kernel object leaks. The most severe of them was threads not being removed from the private handle table used for CoreTiming events. This resulted in Threads never being released, which in turn held references to Process, causing CodeSets to never be freed when loading other applications.
* Applets: Reworked how the Applet update event is handled.Gravatar Subv2015-07-11
| | | | Applets are now cleaned up in AppletUpdateEvent after calling their respective Update method.
* Applets: Add infrastructure to allow custom drawing and input handling in ↵Gravatar Subv2015-07-11
| | | | Applets.
* Core: Cleanup hw includes.Gravatar Emmanuel Gil Peyrot2015-06-28
|
* GPU: Properly implement memory fills.Gravatar Tony Wasserka2015-02-18
|
* GSP: Fix appending of interrupts to the shared memory bufferGravatar Yuri Kunde Schlesner2015-01-14
| | | | | The code was previously appending the interrupt to after the end of the buffer, instead of at the end.
* More services & small clean upsGravatar purpasmart962014-12-25
|
* License changeGravatar purpasmart962014-12-20
|
* Renamed souce files of services to match port namesGravatar Gareth Poole2014-10-29