1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-12-21 19:55:09 -06:00

Print guest stack trace on a few points that can throw exceptions

This commit is contained in:
gdkchan
2018-04-22 02:48:17 -03:00
parent bd9b1e2c6b
commit db0aa54233
4 changed files with 9 additions and 3 deletions

View File

@@ -93,6 +93,8 @@ namespace Ryujinx.Core.OsHle.Kernel
}
else
{
Process.PrintStackTrace(ThreadState);
throw new NotImplementedException(e.Id.ToString("x4"));
}
}