HLE: Damnit Greem, those were supposed to be debug.

OOPSIE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
This commit is contained in:
GreemDev 2025-03-23 04:16:23 -05:00
parent 2f064064ca
commit e7d3f39c1b

View file

@ -35,7 +35,7 @@ namespace Ryujinx.HLE.HOS.Services
sw.Stop();
Logger.Notice.Print(
Logger.Debug?.Print(
LogClass.Emulation,
$"{CmifCommands.Count} Cmif commands loaded in {sw.ElapsedTicks} ticks ({Stopwatch.Frequency} tps).",
GetType().AsPrettyString()
@ -53,7 +53,7 @@ namespace Ryujinx.HLE.HOS.Services
sw.Stop();
Logger.Notice.Print(
Logger.Debug?.Print(
LogClass.Emulation,
$"{TipcCommands.Count} Tipc commands loaded in {sw.ElapsedTicks} ticks ({Stopwatch.Frequency} tps).",
GetType().AsPrettyString()