mirror of
https://github.com/SabreTools/SabreTools.RedumpLib.git
synced 2026-09-22 06:54:32 +00:00
PhysicalSystem isn't an enum anymore
This commit is contained in:
@@ -21,8 +21,10 @@ namespace SabreTools.RedumpLib.Web
|
||||
bool includeDatabase,
|
||||
bool useSubfolders)
|
||||
{
|
||||
var systems = (PhysicalSystem[])Enum.GetValues(typeof(PhysicalSystem));
|
||||
return await client.DownloadPacksForSystems(systems, outDir, includeDatabase, useSubfolders);
|
||||
return await client.DownloadPacksForSystems(PhysicalSystem.AllSystems,
|
||||
outDir,
|
||||
includeDatabase,
|
||||
useSubfolders);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user