Skip to content

Commit d16cc6b

Browse files
Cleanup warnings
1 parent 47a7ece commit d16cc6b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

MSURandomizerLibrary/Configs/Msu.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ public Msu(MsuType? type, string name, string folderName, string fileName, strin
181181
/// <param name="filter">How closely this MSU needs to match the MSU type</param>
182182
/// <param name="type">The MSU type being looked for</param>
183183
/// <param name="path">The path being looked at</param>
184+
/// <param name="compatibleMsuTypeNames">Optional list of MSU type names to use for filtering, unless the FilterType All is selected</param>
184185
/// <returns>True if matches, false otherwise</returns>
185186
public bool MatchesFilter(MsuFilter filter, MsuType type, string? path, List<string>? compatibleMsuTypeNames = null)
186187
{

MSURandomizerLibrary/Services/MsuHardwareService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ internal class MsuHardwareService(
1414
{
1515
private Dictionary<string, (SnesFile msuFile, List<SnesFile> pcmFiles)> _hardwareFileCache = [];
1616
private Dictionary<string, Msu> _hardwareMsuList = [];
17-
private List<Msu> _msus;
1817

1918
public async Task<List<Msu>?> GetMsusFromDevice()
2019
{

0 commit comments

Comments
 (0)