SabreTools / MPF

Redumper/Aaru/DiscImageCreator GUI in C#
GNU General Public License v3.0
405 stars 34 forks source link

Add a GUI for MPF.Check #635

Closed Deterous closed 6 months ago

Deterous commented 6 months ago

Creates a new window accessible via Tools -> Check Dump The window acts as a GUI for MPF.Check functionality, allowing the main MPF UI program to provide an interface for creating submission info for dumps performed outside of MPF such as PSP and GC/Wii dumps.

The MPF.Check options follow whatever the main UI options are set as. Protection scanning is currently not supported for the Check Dump GUI as you can run protection scanning via the main window. Some naive checks are performed to disable the "Check Dump" button, and a message box will appear with an error message if MPF.Check failed. On success, the Disc Information Window will appear, followed by a message box asking if you wish to check another dump.

Example screenshot of the Check Dump GUI: image

Fixes #466

mnadareski commented 6 months ago

Sorry about the conflict in the changelog