log calling method in logs (#71)
This commit is contained in:
parent
36dfd20c87
commit
b2668e659c
2 changed files with 130 additions and 64 deletions
|
@ -221,7 +221,7 @@ namespace Ryujinx.Core.OsHle.Svc
|
|||
|
||||
string Str = AMemoryHelper.ReadAsciiString(Memory, Position, Size);
|
||||
|
||||
Logging.Info($"SvcOutputDebugString: {Str}");
|
||||
Logging.Info(Str);
|
||||
|
||||
ThreadState.X0 = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue