Print guest stack trace on a few points that can throw exceptions
This commit is contained in:
@ -303,7 +303,7 @@ namespace Ryujinx.Core.OsHle
|
||||
Trace.AppendLine(" " + SubName + " (" + GetNsoNameAndAddress(Position) + ")");
|
||||
}
|
||||
|
||||
Logging.Trace(LogClass.CPU, Trace.ToString());
|
||||
Logging.Info(LogClass.CPU, Trace.ToString());
|
||||
}
|
||||
|
||||
private string GetNsoNameAndAddress(long Position)
|
||||
|
Reference in New Issue
Block a user