summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nwm_uds.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add all services to the Service namespaceLioncash2016-12-111-9/+8
| | | | | Previously there was a split where some of the services were in the Service namespace and others were not.
* 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.
* NWM_UDS: Fix a typo in the nwm service port namepurpasmart962015-05-121-1/+1
|
* More services & small clean upspurpasmart962014-12-261-5/+1
|
* License changepurpasmart962014-12-211-1/+1
|
* Add more services and some fixes, along with more "override"purpasmart962014-11-211-1/+1
| | | | in the service's headers
* Added a bunch of servicespurpasmart962014-11-011-0/+29