[PR #4] [MERGED] Fix a few issues #896

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/4
Author: @NHellFire
Created: 5/14/2018
Status: Merged
Merged: 5/14/2018
Merged by: @undefined

Base: masterHead: patch-1


📝 Commits (3)

  • d21a5c8 Fix PC CD (no copy protection) arguments
  • da4d9fb Quote output path as it may contain spaces
  • eb664ce Make sure output directory has a trailing backslash for PSX commands

📊 Changes

1 file changed (+10 additions, -10 deletions)

View changed files

📝 MainWindow.xaml.cs (+10 -10)

📄 Description

Fixed a few issues I found:

  1. PC CD (no copy protection) had type set to dvd
  2. Output path wasn't quoted when running DiscImageCreator
  3. PSX.bat was missing backslashes after output directory

🔄 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/4 **Author:** [@NHellFire](https://github.com/NHellFire) **Created:** 5/14/2018 **Status:** ✅ Merged **Merged:** 5/14/2018 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (3) - [`d21a5c8`](https://github.com/SabreTools/MPF/commit/d21a5c84955e05a81a75dafb317bedd34b3f1ff0) Fix PC CD (no copy protection) arguments - [`da4d9fb`](https://github.com/SabreTools/MPF/commit/da4d9fbf6745ef6b5c2cd1f70f83ec024127c2aa) Quote output path as it may contain spaces - [`eb664ce`](https://github.com/SabreTools/MPF/commit/eb664cebba57d210447a97165abf9a1e0f0cbd16) Make sure output directory has a trailing backslash for PSX commands ### 📊 Changes **1 file changed** (+10 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `MainWindow.xaml.cs` (+10 -10) </details> ### 📄 Description Fixed a few issues I found: 1. PC CD (no copy protection) had type set to dvd 2. Output path wasn't quoted when running DiscImageCreator 3. PSX.bat was missing backslashes after output directory --- <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:10 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#896