mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-01-25 15:11:59 +00:00
UI: logger function name
This commit is contained in:
parent
c5574b41a1
commit
bdd890cf6f
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ namespace Ryujinx.Ava.Utilities.Compat
|
|||
.OrderBy(it => it.GameName)
|
||||
.ToArray();
|
||||
|
||||
Logger.Debug?.Print(LogClass.UI, "Compatibility CSV loaded.");
|
||||
Logger.Debug?.Print(LogClass.UI, "Compatibility CSV loaded.", "LoadCompatCsv");
|
||||
}
|
||||
|
||||
public static CompatibilityEntry[] Entries { get; private set; }
|
||||
|
|
Loading…
Reference in a new issue