mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-04 05:35:52 +00:00
[PR #647] [MERGED] Add a GUI for PS3 IRD Creation #1084
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/SabreTools/MPF/pull/647
Author: @Deterous
Created: 2/7/2024
Status: ✅ Merged
Merged: 2/19/2024
Merged by: @mnadareski
Base:
master← Head:ird-ui📝 Commits (10+)
1f07fdfCreate a non-functional Create IRD windowaab56d5Add PIC and getkey.log options for IRDsd0c4418Disable IRD creation window for unsupport .NET versionsa38ae95Merge branch 'master' into ird-ui635bd05Finalise UI and parse inputsd8c15ffAdd LibIRD package28a1644Manually define PIC in IRD creation9a04b8dBetter output file browserccff7d0Bump LibIRD versione356153Update changelog📊 Changes
10 files changed (+2065 additions, -5 deletions)
View changed files
📝
CHANGELIST.md(+4 -2)📝
MPF.Core/MPF.Core.csproj(+4 -0)➕
MPF.Core/UI/ViewModels/CreateIRDViewModel.cs(+1288 -0)📝
MPF.Core/UI/ViewModels/MainViewModel.cs(+43 -0)📝
MPF.UI.Core/Windows/CheckDumpWindow.xaml(+0 -3)📝
MPF.UI.Core/Windows/CheckDumpWindow.xaml.cs(+1 -0)➕
MPF.UI.Core/Windows/CreateIRDWindow.xaml(+209 -0)➕
MPF.UI.Core/Windows/CreateIRDWindow.xaml.cs(+473 -0)📝
MPF.UI.Core/Windows/MainWindow.xaml(+9 -0)📝
MPF.UI.Core/Windows/MainWindow.xaml.cs(+34 -0)📄 Description
Needs further testing, and it currently hangs the UI when creating the IRD which isn't great user experience, but figured it was good enough for a review in the meantime.
Partially addresses #323 however further work would be needed to enable IRD creation after dumping a PS3 disc.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.