htc: add htcfs server/service object skeletons

This commit is contained in:
Michael Scire
2021-02-11 05:47:41 -08:00
committed by SciresM
parent 9fbbb9fadb
commit 870b45f208
17 changed files with 682 additions and 5 deletions

View File

@@ -51,12 +51,12 @@ namespace ams::htcs::server {
}
Result ManagerServiceObject::RegisterProcessId(const sf::ClientProcessId &client_pid) {
/* NOTE: Nintend does nothing here. */
/* NOTE: Nintendo does nothing here. */
return ResultSuccess();
}
Result ManagerServiceObject::MonitorManager(const sf::ClientProcessId &client_pid) {
/* NOTE: Nintend does nothing here. */
/* NOTE: Nintendo does nothing here. */
return ResultSuccess();
}