mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-15 15:44:23 -04:00
kern: partially implement SvcSignalProcessWideKey
This commit is contained in:
parent
7f4c6ae9e7
commit
be98aaa185
5 changed files with 121 additions and 3 deletions
|
@ -64,6 +64,8 @@ namespace ams::kern {
|
|||
|
||||
this->tree.insert(*thread);
|
||||
}
|
||||
private:
|
||||
KThread *SignalImpl(KThread *thread);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue