[*] Save/crash using this path

This commit is contained in:
Reece Wilson 2023-06-24 21:10:14 +01:00
parent 5fa8720c9b
commit 752d67c0ff

View File

@ -300,7 +300,7 @@ namespace Aurora::Debug
{
if (isCritical || gRuntimeConfig.debug.bIsExceptionThrowFatal) // exception = literally anything
{
PlatformHandleFatal(true, true);
PlatformHandleFatalEx2(true, ctx, true);
}
else
{