aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common/Configuration/DownloadableContentNca.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Common/Configuration/DownloadableContentNca.cs')
-rw-r--r--Ryujinx.Common/Configuration/DownloadableContentNca.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/Ryujinx.Common/Configuration/DownloadableContentNca.cs b/Ryujinx.Common/Configuration/DownloadableContentNca.cs
deleted file mode 100644
index 80b67300..00000000
--- a/Ryujinx.Common/Configuration/DownloadableContentNca.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-using System.Text.Json.Serialization;
-
-namespace Ryujinx.Common.Configuration
-{
- public struct DownloadableContentNca
- {
- [JsonPropertyName("path")]
- public string FullPath { get; set; }
- [JsonPropertyName("title_id")]
- public ulong TitleId { get; set; }
- [JsonPropertyName("is_enabled")]
- public bool Enabled { get; set; }
- }
-} \ No newline at end of file