summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/y2r_u.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-10-10hle: Remove a large amount of 3ds-specific service code.bunnei1-139/+0
2016-12-11Add all services to the Service namespaceLioncash1-8/+7
Previously there was a split where some of the services were in the Service namespace and others were not.
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-2/+0
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-04-20Update the code of service y2r!JamePeng1-0/+20
2015-07-17Ensure all kernel objects are released during shutdownYuri Kunde Schlesner1-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.
2015-06-28Core: Cleanup hw includes.Emmanuel Gil Peyrot1-0/+2
2015-06-22Y2R: Rework conversion process, enabling support for all formatsYuri Kunde Schlesner1-0/+96
2015-01-03Stub the y2r:u servicearchshift1-3/+3
2014-12-26More services & small clean upspurpasmart961-5/+1
2014-12-21CFG: Create a new subfolder cfg inside service to handle cfgSubv1-0/+0
Moved most of the shared CFG code there, implemented a few CFG:I functions
2014-12-21License changepurpasmart961-1/+1
2014-11-21Add more services and some fixes, along with more "override"purpasmart961-9/+3
in the service's headers
2014-10-29Renamed souce files of services to match port namesGareth Poole1-0/+0
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner1-1/+1
This was automated using `clang-modernize`.
2014-08-18Core: Alter the kernel string functions to use std::string instead of const char*.Lioncash1-1/+1
Most functions already operate on std::strings. This also removes the need to manually null terminate thread names.
2014-05-30hle: added stubbed service for ndm_ubunnei1-4/+5
2014-05-19- updated service(s) to be KernelObject'sbunnei1-1/+1
- various cleanups
2014-04-28removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei1-3/+0
2014-04-17updated service commentsbunnei1-1/+2
2014-04-16- added stubbed out GSP::Gpu service interfacebunnei1-13/+8
- various cleanups/refactors to HLE services
2014-04-16restructured hle:services completely to use function lookup tablesbunnei1-0/+39