mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-18 17:14:28 -04:00
fatal: misc cleanup, verified to reboot on hardware
This commit is contained in:
parent
6f240b1665
commit
1228cd6903
6 changed files with 17 additions and 11 deletions
|
@ -24,7 +24,7 @@ class FatalEventManager {
|
|||
|
||||
HosMutex lock;
|
||||
size_t events_gotten = 0;
|
||||
Event events[3];
|
||||
Event events[NumFatalEvents];
|
||||
public:
|
||||
FatalEventManager();
|
||||
Result GetEvent(Handle *out);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue