[PR #2441] [MERGED] CDImage: Add CD-ROM device implementation #1055

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

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/2441
Author: @stenzek
Created: 7/24/2021
Status: Merged
Merged: 7/25/2021
Merged by: @stenzek

Base: masterHead: cd-image-device


📝 Commits (1)

  • 4d262e8 CDImage: Add CD-ROM device implementation

📊 Changes

9 files changed (+618 additions, -10 deletions)

View changed files

📝 src/common/CMakeLists.txt (+1 -0)
📝 src/common/cd_image.cpp (+3 -0)
📝 src/common/cd_image.h (+7 -0)
src/common/cd_image_device.cpp (+548 -0)
📝 src/common/common.vcxproj (+2 -7)
📝 src/common/common.vcxproj.filters (+2 -1)
📝 src/duckstation-qt/mainwindow.cpp (+43 -1)
📝 src/duckstation-qt/mainwindow.h (+1 -0)
📝 src/duckstation-qt/mainwindow.ui (+11 -1)

📄 Description

No description provided


🔄 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/stenzek/duckstation/pull/2441 **Author:** [@stenzek](https://github.com/stenzek) **Created:** 7/24/2021 **Status:** ✅ Merged **Merged:** 7/25/2021 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `cd-image-device` --- ### 📝 Commits (1) - [`4d262e8`](https://github.com/stenzek/duckstation/commit/4d262e8072d0879353bc4d73a903ffa4ddd240f5) CDImage: Add CD-ROM device implementation ### 📊 Changes **9 files changed** (+618 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `src/common/CMakeLists.txt` (+1 -0) 📝 `src/common/cd_image.cpp` (+3 -0) 📝 `src/common/cd_image.h` (+7 -0) ➕ `src/common/cd_image_device.cpp` (+548 -0) 📝 `src/common/common.vcxproj` (+2 -7) 📝 `src/common/common.vcxproj.filters` (+2 -1) 📝 `src/duckstation-qt/mainwindow.cpp` (+43 -1) 📝 `src/duckstation-qt/mainwindow.h` (+1 -0) 📝 `src/duckstation-qt/mainwindow.ui` (+11 -1) </details> ### 📄 Description _No description provided_ --- <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 19:10:46 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#1055