Fix a couple redumper things

This commit is contained in:
Matt Nadareski
2022-12-13 20:12:18 -08:00
parent 4e416df3c8
commit afba46b8b0
3 changed files with 3 additions and 1 deletions

View File

@@ -22,6 +22,7 @@
- Add missing redumper output file
- Force a filename for redumper
- Fix incorrect SetParameters
- Fix a couple redumper things
### 2.4 (2022-10-26)
- Update to DIC 20211001

View File

@@ -44,7 +44,7 @@ namespace MPF.Core.Data
/// </summary>
public string RedumperPath
{
get { return GetStringSetting(_settings, "RedumperPath", "Programs\\RedumperPath\\redumper.exe"); }
get { return GetStringSetting(_settings, "RedumperPath", "Programs\\Redumper\\redumper.exe"); }
set { _settings["RedumperPath"] = value; }
}

View File

@@ -92,6 +92,7 @@
<RowDefinition/>
<RowDefinition/>
<RowDefinition/>
<RowDefinition/>
</Grid.RowDefinitions>
<Label Grid.Row="0" Grid.Column="0" VerticalAlignment="Center" HorizontalAlignment="Right" Content="Aaru Path" />