[PR #50] [MERGED] XBOX/360 Fixes #935

Open
opened 2026-01-29 16:24:23 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/50
Author: @mnadareski
Created: 6/16/2018
Status: Merged
Merged: 6/16/2018
Merged by: @mnadareski

Base: masterHead: detectme


📝 Commits (5)

  • 02a08bf Better creation of parameters (fixes Xbox/360)
  • f13e702 Split X360 into XDG2/3
  • 1f51b12 Don't enable drive speed if we're not supposed to
  • b42a325 Add first attempt at Xbox info extraction
  • d344da6 Trim or it never matches

📊 Changes

6 files changed (+177 additions, -70 deletions)

View changed files

📝 Constants.cs (+4 -4)
📝 Enumerations.cs (+2 -1)
📝 MainWindow.xaml.cs (+26 -4)
📝 Utilities/Converters.cs (+62 -43)
📝 Utilities/DumpInformation.cs (+74 -15)
📝 Utilities/Validation.cs (+9 -3)

📄 Description

Included (better) ability to dump XBOX and XBOX360 discs (XDG1 and XDG2 discs confirmed for Kreon) as well as allowing to get all required, XBOX-specific information from the resulting files. XBOX360 has been split into XDG2 and XDG3 until further notice.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/MPF/pull/50 **Author:** [@mnadareski](https://github.com/mnadareski) **Created:** 6/16/2018 **Status:** ✅ Merged **Merged:** 6/16/2018 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `detectme` --- ### 📝 Commits (5) - [`02a08bf`](https://github.com/SabreTools/MPF/commit/02a08bfc6494d9c7ac142cede489f31f00a2855a) Better creation of parameters (fixes Xbox/360) - [`f13e702`](https://github.com/SabreTools/MPF/commit/f13e7022ca9b6ed57e0acfeee2b287b99f848938) Split X360 into XDG2/3 - [`1f51b12`](https://github.com/SabreTools/MPF/commit/1f51b12632cac91a9b7f1bd35dcba1624731e443) Don't enable drive speed if we're not supposed to - [`b42a325`](https://github.com/SabreTools/MPF/commit/b42a3255ab8d6a901e42080ff6d61b2ffed0ccea) Add first attempt at Xbox info extraction - [`d344da6`](https://github.com/SabreTools/MPF/commit/d344da665528634c669aa709800ed9c586a2bc74) Trim or it never matches ### 📊 Changes **6 files changed** (+177 additions, -70 deletions) <details> <summary>View changed files</summary> 📝 `Constants.cs` (+4 -4) 📝 `Enumerations.cs` (+2 -1) 📝 `MainWindow.xaml.cs` (+26 -4) 📝 `Utilities/Converters.cs` (+62 -43) 📝 `Utilities/DumpInformation.cs` (+74 -15) 📝 `Utilities/Validation.cs` (+9 -3) </details> ### 📄 Description Included (better) ability to dump XBOX and XBOX360 discs (XDG1 and XDG2 discs confirmed for Kreon) as well as allowing to get all required, XBOX-specific information from the resulting files. XBOX360 has been split into XDG2 and XDG3 until further notice. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:24:23 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#935