summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/y2r_u.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ensure all kernel objects are released during shutdownYuri Kunde Schlesner2015-07-171-0/+1
| | | | | | | | 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.Emmanuel Gil Peyrot2015-06-281-0/+2
|
* Y2R: Rework conversion process, enabling support for all formatsYuri Kunde Schlesner2015-06-221-0/+96
|
* Stub the y2r:u servicearchshift2015-01-031-0/+23