mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-23 19:57:44 +02: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)
|
.OrderBy(it => it.GameName)
|
||||||
.ToArray();
|
.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; }
|
public static CompatibilityEntry[] Entries { get; private set; }
|
||||||
|
|
Loading…
Add table
Reference in a new issue