summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nwm_uds.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Service/NWM: add nwm servicesmailwl2016-12-221-160/+0
|
* Add all services to the Service namespaceLioncash2016-12-111-13/+9
| | | | | Previously there was a split where some of the services were in the Service namespace and others were not.
* nwm_uds: Update function tableLioncash2016-12-081-5/+7
| | | | Updated based off information from 3dbrew.
* NWM: stub Initialize with an errorwwylele2016-10-121-0/+11
|
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-2/+1
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-40/+42
|
* 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