diff options
Diffstat (limited to 'Ryujinx/Ui/ApplicationData.cs')
| -rw-r--r-- | Ryujinx/Ui/ApplicationData.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx/Ui/ApplicationData.cs b/Ryujinx/Ui/ApplicationData.cs index f43099c1..defc5e98 100644 --- a/Ryujinx/Ui/ApplicationData.cs +++ b/Ryujinx/Ui/ApplicationData.cs @@ -13,5 +13,6 @@ public string FileExtension { get; set; } public string FileSize { get; set; } public string Path { get; set; } + public string SaveDataPath { get; set; } } } |
