mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-23 03:06:52 -04:00
fatal: Standardize result definitions
This commit is contained in:
parent
b940f61d42
commit
285feba42b
6 changed files with 6 additions and 14 deletions
|
@ -26,7 +26,7 @@ static bool g_thrown = false;
|
|||
static Result SetThrown() {
|
||||
/* This should be fine, since fatal only has a single IPC thread. */
|
||||
if (g_thrown) {
|
||||
return FatalResult_AlreadyThrown;
|
||||
return ResultFatalAlreadyThrown;
|
||||
}
|
||||
|
||||
g_thrown = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue