mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-11 16:36:58 +00:00
UI: Show what each value is in the Game Info dialog, add game icon
This commit is contained in:
parent
1972a47f39
commit
bd08a111a8
8 changed files with 155 additions and 112 deletions
|
|
@ -49,6 +49,9 @@ namespace Ryujinx.Ava.Utilities.AppLibrary
|
|||
|
||||
public int PlayerCount { get; set; }
|
||||
public int GameCount { get; set; }
|
||||
|
||||
public bool HasLdnGames => PlayerCount != 0 && GameCount != 0;
|
||||
|
||||
public TimeSpan TimePlayed { get; set; }
|
||||
public DateTime? LastPlayed { get; set; }
|
||||
public string FileExtension { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue