log calling method in logs (#71)

This commit is contained in:
emmauss 2018-04-08 23:30:50 +03:00 committed by gdkchan
parent f8d5cf37d4
commit a78ef6b2ea
2 changed files with 130 additions and 64 deletions

View file

@ -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;
}