kern: partially implement SvcSignalProcessWideKey

This commit is contained in:
Michael Scire 2020-07-09 19:17:30 -07:00
parent 7f4c6ae9e7
commit be98aaa185
5 changed files with 121 additions and 3 deletions

View file

@ -64,6 +64,8 @@ namespace ams::kern {
this->tree.insert(*thread);
}
private:
KThread *SignalImpl(KThread *thread);
};
}