diff options
Diffstat (limited to 'src/Ryujinx.Common/Configuration/DownloadableContentContainer.cs')
-rw-r--r-- | src/Ryujinx.Common/Configuration/DownloadableContentContainer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.Common/Configuration/DownloadableContentContainer.cs b/src/Ryujinx.Common/Configuration/DownloadableContentContainer.cs index b6ae2f3f..f9e68a3c 100644 --- a/src/Ryujinx.Common/Configuration/DownloadableContentContainer.cs +++ b/src/Ryujinx.Common/Configuration/DownloadableContentContainer.cs @@ -10,4 +10,4 @@ namespace Ryujinx.Common.Configuration [JsonPropertyName("dlc_nca_list")] public List<DownloadableContentNca> DownloadableContentNcaList { get; set; } } -}
\ No newline at end of file +} |