mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-12 22:36:59 +00:00
misc: chore: Cleanups & unused parameter removal
This commit is contained in:
parent
d00754477e
commit
5fbcb1f3a7
5 changed files with 22 additions and 33 deletions
|
|
@ -42,7 +42,7 @@ namespace Ryujinx.UI.Common.Helper
|
|||
}
|
||||
}
|
||||
|
||||
public static void SaveDownloadableContentsJson(VirtualFileSystem vfs, ulong applicationIdBase, List<(DownloadableContentModel, bool IsEnabled)> dlcs)
|
||||
public static void SaveDownloadableContentsJson(ulong applicationIdBase, List<(DownloadableContentModel, bool IsEnabled)> dlcs)
|
||||
{
|
||||
DownloadableContentContainer container = default;
|
||||
List<DownloadableContentContainer> downloadableContentContainerList = new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue