aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common/Configuration/DownloadableContentContainer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Common/Configuration/DownloadableContentContainer.cs')
-rw-r--r--Ryujinx.Common/Configuration/DownloadableContentContainer.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/Ryujinx.Common/Configuration/DownloadableContentContainer.cs b/Ryujinx.Common/Configuration/DownloadableContentContainer.cs
deleted file mode 100644
index b6ae2f3f..00000000
--- a/Ryujinx.Common/Configuration/DownloadableContentContainer.cs
+++ /dev/null
@@ -1,13 +0,0 @@
-using System.Collections.Generic;
-using System.Text.Json.Serialization;
-
-namespace Ryujinx.Common.Configuration
-{
- public struct DownloadableContentContainer
- {
- [JsonPropertyName("path")]
- public string ContainerPath { get; set; }
- [JsonPropertyName("dlc_nca_list")]
- public List<DownloadableContentNca> DownloadableContentNcaList { get; set; }
- }
-} \ No newline at end of file