mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-20 16:20:54 -05:00
log calling method in logs (#71)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user