[PR #368] [MERGED] Fixes conversion of multi-file CDRWin images #1097

Open
opened 2026-01-29 15:41:17 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aaru-dps/Aaru/pull/368
Author: @FakeShemp
Created: 6/25/2020
Status: Merged
Merged: 6/25/2020
Merged by: @claunia

Base: masterHead: master


📝 Commits (2)

  • 30b18db Fix multi-file CDRWin image
  • b17d7a1 Fix Redump GD-ROM HDA offset

📊 Changes

1 file changed (+18 additions, -4 deletions)

View changed files

📝 Aaru.Images/CDRWin/Read.cs (+18 -4)

📄 Description

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.

Fixes conversion of multi-file CDRWin images.

Redump GD-ROM still crashes but now do so at 99.99% converted.


🔄 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/aaru-dps/Aaru/pull/368 **Author:** [@FakeShemp](https://github.com/FakeShemp) **Created:** 6/25/2020 **Status:** ✅ Merged **Merged:** 6/25/2020 **Merged by:** [@claunia](https://github.com/claunia) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`30b18db`](https://github.com/aaru-dps/Aaru/commit/30b18db2062d54bad9b2d7055d091d2fec307434) Fix multi-file CDRWin image - [`b17d7a1`](https://github.com/aaru-dps/Aaru/commit/b17d7a1ffbdbeb65a33deefed641fa297c9fb5b3) Fix Redump GD-ROM HDA offset ### 📊 Changes **1 file changed** (+18 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Aaru.Images/CDRWin/Read.cs` (+18 -4) </details> ### 📄 Description ## Types of changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [X] Bug fix (non-breaking change which fixes an issue) - [X] I have read the **CONTRIBUTING** document. - [X] My code follows the code style of this project. Fixes conversion of multi-file CDRWin images. Redump GD-ROM still crashes but now do so at 99.99% converted. --- <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 15:41:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: aaru-dps/Aaru-aaru-dps#1097