aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/ndm.h
AgeCommit message (Collapse)Author
2014-10-29Renamed souce files of services to match port namesGareth Poole
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner
This was automated using `clang-modernize`.
2014-08-17Core: Alter the kernel string functions to use std::string instead of const ↵Lioncash
char*. Most functions already operate on std::strings. This also removes the need to manually null terminate thread names.
2014-05-30hle: added stubbed service for ndm_ubunnei