mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2024-11-24 16:30:12 +01:00
make cheat list binding public (#5697)
This commit is contained in:
parent
d6bc0de785
commit
e601419bd4
@ -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 New Issue
Block a user