mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-30 09:39:56 -06: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