diff options
Diffstat (limited to 'Ryujinx.Ui.Common/Configuration/Ui')
| -rw-r--r-- | Ryujinx.Ui.Common/Configuration/Ui/ShownFileTypes.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Ryujinx.Ui.Common/Configuration/Ui/ShownFileTypes.cs b/Ryujinx.Ui.Common/Configuration/Ui/ShownFileTypes.cs new file mode 100644 index 00000000..c0b76e85 --- /dev/null +++ b/Ryujinx.Ui.Common/Configuration/Ui/ShownFileTypes.cs @@ -0,0 +1,12 @@ +namespace Ryujinx.Ui.Common.Configuration.Ui +{ + public struct ShownFileTypes + { + public bool NSP { get; set; } + public bool PFS0 { get; set; } + public bool XCI { get; set; } + public bool NCA { get; set; } + public bool NRO { get; set; } + public bool NSO { get; set; } + } +} |
