mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Make subdump optional
This commit is contained in:
@@ -563,7 +563,7 @@ namespace DICUI.Utilities
|
||||
{
|
||||
case KnownSystem.SegaSaturn:
|
||||
if (!File.Exists(SubdumpPath))
|
||||
return Result.Failure("Error! Could not find subdump!");
|
||||
return Result.Success("Could not find subdump! Skipping execution...");
|
||||
|
||||
ExecuteSubdump();
|
||||
return Result.Success("subdump has finished!");
|
||||
|
||||
Reference in New Issue
Block a user