strat: fixes for compat with latest libnx

This commit is contained in:
Michael Scire
2019-10-27 15:57:30 -07:00
committed by SciresM
parent c6b9a0c4bf
commit 1636668762
12 changed files with 35 additions and 34 deletions

View File

@@ -30,7 +30,7 @@ namespace ams::result::impl {
AMS_ASSERT((ams::result::CallFatalOnResultAssertion));
/* TODO: ams::fatal:: */
fatalSimple(result.GetValue());
fatalThrow(result.GetValue());
while (true) { /* ... */ }
}