mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-30 20:27:10 +02:00
Print guest stack trace on a few points that can throw exceptions
This commit is contained in:
parent
464195813f
commit
dcd0b977f8
4 changed files with 9 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue