mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #1823] [MERGED] CDImage: Add support for loading PBP images #728
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/1823
Author: @ggrtk
Created: 3/16/2021
Status: ✅ Merged
Merged: 3/16/2021
Merged by: @stenzek
Base:
master← Head:pbp📝 Commits (1)
46ff2b5CDImage: 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.