mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-21 00:53:13 +02:00
HLE: Damnit Greem, those were supposed to be debug.
OOPSIE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
This commit is contained in:
parent
2f064064ca
commit
e7d3f39c1b
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue