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; }