log calling method in logs (#71)

This commit is contained in:
emmauss 2018-04-08 23:30:50 +03:00 committed by gdkchan
parent 36dfd20c87
commit b2668e659c
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;
}