Files
MPF/MPF.ExecutionContexts
Deterous a4616d139d Better handling of Xbox/360, redumper build 613 (#865)
* Better handling of bad SS, redumper build 613

* Add missing helper function

* Fix new func signature

* Fix var name

* Nulls

* Don't get vollabel for xbox/360

* formatting

* formatting v2
2025-06-23 21:03:42 -04:00
..
2024-12-05 16:39:43 -05:00
2025-05-01 10:27:31 -04:00
2025-06-12 08:33:55 -04:00
2024-12-20 12:12:47 -05:00

MPF.ExecutionContexts

This library represents the logic needed to invoke 3 different dumping programs:

These execution wrappers allow for generating valid parameters for each of the programs as well as provide some helpers that make it easier to determine what those parameters are.

External options are defined in order to help create reasonable default parameter sets for different combinations of media type and system.

Paths to the programs need to be provided if they are expected to be invoked as a part of another program. The expected versions of these programs can be found in either the changelog or the publish script in the parent project.