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:
@@ -1,6 +1,6 @@
|
||||
namespace Ryujinx.Ui
|
||||
{
|
||||
internal struct ApplicationMetadata
|
||||
internal class ApplicationMetadata
|
||||
{
|
||||
public bool Favorite { get; set; }
|
||||
public double TimePlayed { get; set; }
|
||||
|
Reference in New Issue
Block a user