summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/y2r_u.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-2/+0
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Update the code of service y2r!JamePeng2016-04-201-0/+20
|
* 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