Describe the issue
If the Output Path contains a = character, there will be incorrect modifications to Output Path simply from enabling/disabling the Parameters checkbox.
To Reproduce
Insert audio CD in drive and launch MPF.
Modify Output Path from ISO\Audio CD\Audio CD.bin to ISO\Audio CD [force-offset=0]\Audio CD.bin
Enable Parameters checkbox and append --force-offset=0 to the end of the Parameters string value (or leave it unchanged).
Disable Parameters checkbox
Expected behavior
Output Path should not change when appending --force-offset=0 to the end of the Parameters.
Version
Build What runtime version are you using?
Describe the issue If the Output Path contains a
=
character, there will be incorrect modifications to Output Path simply from enabling/disabling the Parameters checkbox.To Reproduce
ISO\Audio CD\Audio CD.bin
toISO\Audio CD [force-offset=0]\Audio CD.bin
--force-offset=0
to the end of the Parameters string value (or leave it unchanged).Expected behavior Output Path should not change when appending
--force-offset=0
to the end of the Parameters.Screenshots