mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 13:14:15 -04:00
libstrat: namespace hossynch.hpp
This commit is contained in:
parent
73d904036d
commit
bb223eb5ae
57 changed files with 923 additions and 773 deletions
|
@ -24,7 +24,7 @@ namespace sts::fatal::srv {
|
|||
private:
|
||||
static constexpr size_t NumFatalEvents = 3;
|
||||
|
||||
HosMutex lock;
|
||||
os::Mutex lock;
|
||||
size_t num_events_gotten = 0;
|
||||
Event events[NumFatalEvents];
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue