1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-31 07:36:26 -05:00

Create method to LoadAndSave ApplicationMetaData and get rid of code duplication (#872)

This commit is contained in:
Jonathan Goyvaerts
2020-01-12 04:01:04 +01:00
committed by Ac_K
parent 29e8576b0d
commit 78f6b1d396
3 changed files with 39 additions and 101 deletions

View File

@@ -1,6 +1,6 @@
namespace Ryujinx.Ui
{
internal struct ApplicationMetadata
internal class ApplicationMetadata
{
public bool Favorite { get; set; }
public double TimePlayed { get; set; }