[PR #47] [MERGED] Add specialty checking for PS1, PS2, and Saturn #933

Closed
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/47
Author: @mnadareski
Created: 6/15/2018
Status: Merged
Merged: 6/15/2018
Merged by: @mnadareski

Base: masterHead: playmore


📝 Commits (5)

  • 199b304 Setup upcoming work
  • 043fb9c Add EXE date checking for PS1/PS2
  • ebefa3c Add PS2 version checking
  • 57d19ee Add Saturn header reading, fix validation again
  • 8a53544 Get all Saturn build info

📊 Changes

3 files changed (+220 additions, -24 deletions)

View changed files

📝 MainWindow.xaml.cs (+12 -11)
📝 Utilities/DumpInformation.cs (+201 -8)
📝 Utilities/Validation.cs (+7 -5)

📄 Description

Add specialty field checking for PS1, PS2, and Saturn.
Fixes some minor issues as well.


🔄 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/47 **Author:** [@mnadareski](https://github.com/mnadareski) **Created:** 6/15/2018 **Status:** ✅ Merged **Merged:** 6/15/2018 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `playmore` --- ### 📝 Commits (5) - [`199b304`](https://github.com/SabreTools/MPF/commit/199b3043fc6b32a0db898135eb5527d7561b9023) Setup upcoming work - [`043fb9c`](https://github.com/SabreTools/MPF/commit/043fb9c2096f29dbfedf31dac1f1c8eac2c63a0d) Add EXE date checking for PS1/PS2 - [`ebefa3c`](https://github.com/SabreTools/MPF/commit/ebefa3cc5622f5e0fc929f904b8b2e8730f3d88e) Add PS2 version checking - [`57d19ee`](https://github.com/SabreTools/MPF/commit/57d19eea93a398d8f9358ece0f75df781c70e6df) Add Saturn header reading, fix validation again - [`8a53544`](https://github.com/SabreTools/MPF/commit/8a53544eebe07630c05b04c7addf4730385dd5ca) Get all Saturn build info ### 📊 Changes **3 files changed** (+220 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `MainWindow.xaml.cs` (+12 -11) 📝 `Utilities/DumpInformation.cs` (+201 -8) 📝 `Utilities/Validation.cs` (+7 -5) </details> ### 📄 Description Add specialty field checking for PS1, PS2, and Saturn. Fixes some minor issues as well. --- <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#933