aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/nwm_uds.h
Commit message (Collapse)AuthorAge
* Ensure all kernel objects are released during shutdownGravatar Yuri Kunde Schlesner2015-07-17
| | | | | | | | 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 nameGravatar purpasmart962015-05-11
|
* More services & small clean upsGravatar purpasmart962014-12-25
|
* License changeGravatar purpasmart962014-12-20
|
* Add more services and some fixes, along with more "override"Gravatar purpasmart962014-11-20
| | | | in the service's headers
* Added a bunch of servicesGravatar purpasmart962014-11-01