[PR #1823] [MERGED] CDImage: Add support for loading PBP images #728

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

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/1823
Author: @ggrtk
Created: 3/16/2021
Status: Merged
Merged: 3/16/2021
Merged by: @stenzek

Base: masterHead: pbp


📝 Commits (1)

  • 46ff2b5 CDImage: Add support for loading PBP images

📊 Changes

12 files changed (+882 additions, -6 deletions)

View changed files

📝 src/common/CMakeLists.txt (+3 -1)
📝 src/common/cd_image.cpp (+4 -0)
📝 src/common/cd_image.h (+1 -0)
src/common/cd_image_pbp.cpp (+743 -0)
📝 src/common/common.vcxproj (+2 -0)
📝 src/common/common.vcxproj.filters (+2 -0)
📝 src/common/file_system.cpp (+9 -0)
📝 src/common/file_system.h (+3 -0)
src/common/pbp_types.h (+110 -0)
📝 src/core/system.cpp (+2 -2)
📝 src/duckstation-qt/mainwindow.cpp (+1 -1)
📝 src/frontend-common/fullscreen_ui.cpp (+2 -2)

📄 Description

Boots into the first disc by default and doesn't support switching yet. As previously discussed, we'll probably need to extend some CDImage class functionality for that.


🔄 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/1823 **Author:** [@ggrtk](https://github.com/ggrtk) **Created:** 3/16/2021 **Status:** ✅ Merged **Merged:** 3/16/2021 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `pbp` --- ### 📝 Commits (1) - [`46ff2b5`](https://github.com/stenzek/duckstation/commit/46ff2b553ddf2de81df472d443a4bd012fe69ce3) CDImage: Add support for loading PBP images ### 📊 Changes **12 files changed** (+882 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/common/CMakeLists.txt` (+3 -1) 📝 `src/common/cd_image.cpp` (+4 -0) 📝 `src/common/cd_image.h` (+1 -0) ➕ `src/common/cd_image_pbp.cpp` (+743 -0) 📝 `src/common/common.vcxproj` (+2 -0) 📝 `src/common/common.vcxproj.filters` (+2 -0) 📝 `src/common/file_system.cpp` (+9 -0) 📝 `src/common/file_system.h` (+3 -0) ➕ `src/common/pbp_types.h` (+110 -0) 📝 `src/core/system.cpp` (+2 -2) 📝 `src/duckstation-qt/mainwindow.cpp` (+1 -1) 📝 `src/frontend-common/fullscreen_ui.cpp` (+2 -2) </details> ### 📄 Description Boots into the first disc by default and doesn't support switching yet. As previously discussed, we'll probably need to extend some CDImage class functionality for that. --- <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:09:19 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#728