forked from Mirror/Ryujinx
make cheat list binding public (#5697)
This commit is contained in:
parent
d6bc0de785
commit
e601419bd4
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ namespace Ryujinx.Ava.UI.Windows
|
||||||
private readonly string _enabledCheatsPath;
|
private readonly string _enabledCheatsPath;
|
||||||
public bool NoCheatsFound { get; }
|
public bool NoCheatsFound { get; }
|
||||||
|
|
||||||
private AvaloniaList<CheatsList> LoadedCheats { get; }
|
public AvaloniaList<CheatsList> LoadedCheats { get; }
|
||||||
|
|
||||||
public string Heading { get; }
|
public string Heading { get; }
|
||||||
public string BuildId { get; }
|
public string BuildId { get; }
|
||||||
|
|
Loading…
Reference in a new issue