mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-02 13:37:13 +02:00
Create method to LoadAndSave ApplicationMetaData and get rid of code duplication (#872)
This commit is contained in:
parent
96fba24558
commit
258e134ab7
3 changed files with 39 additions and 101 deletions
|
@ -1,6 +1,6 @@
|
|||
namespace Ryujinx.Ui
|
||||
{
|
||||
internal struct ApplicationMetadata
|
||||
internal class ApplicationMetadata
|
||||
{
|
||||
public bool Favorite { get; set; }
|
||||
public double TimePlayed { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue