mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-24 09:25:12 +00:00
HLE: Damnit Greem, those were supposed to be debug.
OOPSIE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
This commit is contained in:
parent
2f064064ca
commit
e7d3f39c1b
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user