mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-22 02:45:07 -04:00
fatal: Skeleton tasks, write ThrowFatalImpl.
This commit is contained in:
parent
b9091e9466
commit
21b0f228b6
9 changed files with 164 additions and 7 deletions
|
@ -18,8 +18,6 @@
|
|||
#include "fatal_private.hpp"
|
||||
#include "fatal_event_manager.hpp"
|
||||
|
||||
static FatalEventManager g_EventManager;
|
||||
|
||||
Result PrivateService::GetFatalEvent(Out<CopiedHandle> out_h) {
|
||||
return g_EventManager.GetEvent(out_h.GetHandlePointer());
|
||||
return GetEventManager()->GetEvent(out_h.GetHandlePointer());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue