mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-05 09:13:43 -04:00
libstrat: namespace hossynch.hpp
This commit is contained in:
parent
73d904036d
commit
bb223eb5ae
57 changed files with 923 additions and 773 deletions
|
@ -33,7 +33,7 @@ namespace sts::fatal::srv {
|
|||
private:
|
||||
static constexpr int TaskThreadPriority = 15;
|
||||
private:
|
||||
HosThread thread;
|
||||
os::Thread thread;
|
||||
private:
|
||||
static void RunTaskImpl(void *arg) {
|
||||
ITask *task = reinterpret_cast<ITask *>(arg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue