Skip to content

Commit d83dfe5

Browse files
Fix build warning
1 parent 8723c0b commit d83dfe5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

MSURandomizerLibrary/Services/IMsuLookupService.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ public interface IMsuLookupService
3636
/// <returns>The MSU object with details of the MSU and its found tracks</returns>
3737
public Msu? LoadMsu(string msuPath, MsuType? msuTypeFilter = null, bool saveToCache = true, bool ignoreCache = false, bool forceLoad = false);
3838

39+
/// <summary>
40+
/// Creates an MSU from files on hardware such as an FxPakPro
41+
/// </summary>
42+
/// <param name="snesMsu">The hardware file for the MSU itself</param>
43+
/// <param name="hardwarePcmFiles">The PCM files on the hardware</param>
44+
/// <returns>The generated MSU</returns>
3945
public Msu LoadHardwareMsu(SnesFile snesMsu, IEnumerable<SnesFile> hardwarePcmFiles);
4046

4147
/// <summary>

0 commit comments

Comments
 (0)