mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-02 08:57:10 +02:00
Remember GUI column sort and separate hotkey settings from emulated input settings (#1223)
* Separate hotkey settings from emulated input settings * Remember gui column sort * nit * fix schema * nit * Remove unused SaveDataPath to speed up game list loading * Reset the vertical scrollbar to the top when titles finish loading
This commit is contained in:
parent
65b5394a5a
commit
6bd883802f
12 changed files with 805 additions and 518 deletions
|
@ -17,7 +17,6 @@ namespace Ryujinx.Ui
|
|||
public string FileExtension { get; set; }
|
||||
public string FileSize { get; set; }
|
||||
public string Path { get; set; }
|
||||
public string SaveDataPath { get; set; }
|
||||
public BlitStruct<ApplicationControlProperty> ControlHolder { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue