mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-22 02:45:07 -04:00
strat: prefer os::NativeHandle to Handle/svc::Handle where sensible
This commit is contained in:
parent
597d521f52
commit
d0041a33ac
50 changed files with 193 additions and 190 deletions
|
@ -24,7 +24,7 @@ namespace ams::fatal::srv {
|
|||
FatalConfig g_config;
|
||||
|
||||
/* Event creator. */
|
||||
Handle GetFatalDirtyEventReadableHandle() {
|
||||
os::NativeHandle GetFatalDirtyEventReadableHandle() {
|
||||
Event evt;
|
||||
R_ABORT_UNLESS(setsysAcquireFatalDirtyFlagEventHandle(&evt));
|
||||
return evt.revent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue