summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nwm_uds.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* svc: Move ResetType enum to the kernel event headerLioncash2016-03-131-1/+1
|
* svc: Make ResetType an enum classLioncash2016-03-121-1/+1
|
* services: Get rid of unnecessary includesLioncash2016-02-021-1/+1
|
* services: Update some function tablesLioncash2015-12-301-0/+18
|
* Ensure all kernel objects are released during shutdownYuri Kunde Schlesner2015-07-171-0/+4
| | | | | | | | 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.
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-0/+2
|
* Services: Initialize all state variables at bootup.bunnei2015-05-021-1/+1
|
* Services: Stubs and minor changespurpasmart962015-04-031-8/+103
|
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-1/+0
| | | | | | | Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
* Service: Clean-up InterfaceYuri Kunde Schlesner2015-02-021-1/+1
|
* More services & small clean upspurpasmart962014-12-261-3/+0
|
* License changepurpasmart962014-12-211-1/+1
|
* Added a bunch of servicespurpasmart962014-11-011-0/+35