diff options
Diffstat (limited to 'Ryujinx.Ui.Common/App/ApplicationData.cs')
-rw-r--r-- | Ryujinx.Ui.Common/App/ApplicationData.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Ryujinx.Ui.Common/App/ApplicationData.cs b/Ryujinx.Ui.Common/App/ApplicationData.cs index 758a03ba..ba430172 100644 --- a/Ryujinx.Ui.Common/App/ApplicationData.cs +++ b/Ryujinx.Ui.Common/App/ApplicationData.cs @@ -12,9 +12,11 @@ namespace Ryujinx.Ui.App.Common public string Developer { get; set; } public string Version { get; set; } public string TimePlayed { get; set; } + public double TimePlayedNum { get; set; } public string LastPlayed { get; set; } public string FileExtension { get; set; } public string FileSize { get; set; } + public double FileSizeBytes { get; set; } public string Path { get; set; } public BlitStruct<ApplicationControlProperty> ControlHolder { get; set; } } |