summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ndm/ndm.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
|
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-5/+8
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-11/+9
|
* Update the stub code of NDM service!JamePeng2016-04-201-4/+193
|
* Reorganize the ndm service path for dummy implement functionJamePeng2016-03-141-0/+47
SuspendDaemons , ResumeDaemons , OverrideDefaultDaemons The NDM file move to /core/hle/service/ndm/ now!