1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-23 08:46:26 -05:00

Do not print guest stack trace for svcBreak debug calls (#1398)

This commit is contained in:
gdkchan
2020-07-17 23:54:41 -03:00
committed by GitHub
parent 56a61a5758
commit 9d65de74fc

View File

@@ -1376,9 +1376,7 @@ namespace Ryujinx.HLE.HOS.Kernel.SupervisorCall
}
else
{
Logger.PrintInfo(LogClass.KernelSvc, "Debugger triggered.");
currentThread.PrintGuestStackTrace();
Logger.PrintDebug(LogClass.KernelSvc, "Debugger triggered.");
}
}