mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-14 21:57:53 -05:00
ui: Make it possible to open the device save directory (#1040)
* Add an open device folder option * Simplify logic from previous commit * Address Xpl0itR's comments * Address Ac_K comment
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
namespace Ryujinx.Ui
|
||||
using LibHac;
|
||||
using LibHac.Common;
|
||||
using LibHac.Ns;
|
||||
|
||||
namespace Ryujinx.Ui
|
||||
{
|
||||
public struct ApplicationData
|
||||
{
|
||||
@@ -14,5 +18,6 @@
|
||||
public string FileSize { get; set; }
|
||||
public string Path { get; set; }
|
||||
public string SaveDataPath { get; set; }
|
||||
public BlitStruct<ApplicationControlProperty> ControlHolder { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user