Print guest stack trace on a few points that can throw exceptions
This commit is contained in:
@ -93,6 +93,8 @@ namespace Ryujinx.Core.OsHle.Kernel
|
||||
}
|
||||
else
|
||||
{
|
||||
Process.PrintStackTrace(ThreadState);
|
||||
|
||||
throw new NotImplementedException(e.Id.ToString("x4"));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user