mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #2441] [MERGED] CDImage: Add CD-ROM device implementation #1055
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:cd-image-device📝 Commits (1)
4d262e8CDImage: 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.