summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/y2r_u.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hle: Remove a large amount of 3ds-specific service code.bunnei2017-10-101-139/+0
|
* Add all services to the Service namespaceLioncash2016-12-111-8/+7
| | | | | Previously there was a split where some of the services were in the Service namespace and others were not.
* 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