mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-24 15:42:55 +00: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