mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-08 13:49:48 +00:00
[PR #701] [MERGED] Add Xbox Backup Creator support to MPF.Check #1118
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/701
Author: @Deterous
Created: 5/16/2024
Status: ✅ Merged
Merged: 5/17/2024
Merged by: @mnadareski
Base:
master← Head:xbc📝 Commits (8)
972b9c3Initial XBC support1f98e53Complete but untested XBC support4ea79a6Merge branch 'master' into xbc68696bfUpdate changelog6582296Fix SS recreation bug5591b50Parse XeMID from DMId9e4cc4Nitpicks1efc5afMerge master📊 Changes
10 files changed (+1151 additions, -105 deletions)
View changed files
📝
CHANGELIST.md(+1 -0)📝
MPF.Core/Converters/EnumConverter.cs(+6 -0)📝
MPF.Core/Data/Enumerations.cs(+1 -0)📝
MPF.Core/DumpEnvironment.cs(+1 -0)📝
MPF.Core/Modules/BaseParameters.cs(+54 -0)📝
MPF.Core/Modules/DiscImageCreator/Parameters.cs(+5 -48)📝
MPF.Core/Modules/PS3CFW/Parameters.cs(+0 -56)➕
MPF.Core/Modules/XboxBackupCreator/Parameters.cs(+677 -0)📝
MPF.Core/UI/ViewModels/CheckDumpViewModel.cs(+1 -1)📝
MPF.Core/Utilities/Tools.cs(+405 -0)📄 Description
Adds XboxBackupCreator as a program for support within MPF.Check
Fixes #659
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.