aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/dsp_dsp.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.
* Core: Cleanup hw includes.Gravatar Emmanuel Gil Peyrot2015-06-28
|
* DSP: Signal (faked) interrupt on every frame.Gravatar bunnei2015-01-05
| | | | - Hack to work around games checking that the DSP event has been signaled by a real DSP interrupt.
* More services & small clean upsGravatar purpasmart962014-12-25
|
* License changeGravatar purpasmart962014-12-20
|
* DSP: Fixed typo in port name.Gravatar bunnei2014-11-30
|
* Add more services and some fixes, along with more "override"Gravatar purpasmart962014-11-20
| | | | in the service's headers
* Added a bunch of servicesGravatar purpasmart962014-11-01