[PR #557] [MERGED] cd_image: Make use of std::array where applicable #18

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

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/557
Author: @lioncash
Created: 6/23/2020
Status: Merged
Merged: 6/23/2020
Merged by: @stenzek

Base: masterHead: data


📝 Commits (1)

  • 0abe4c6 cd_image: Make use of std::array where applicable

📊 Changes

4 files changed (+19 additions, -14 deletions)

View changed files

📝 src/common/cd_image.cpp (+1 -1)
📝 src/common/cd_image.h (+6 -3)
📝 src/common/cd_subchannel_replacement.cpp (+7 -6)
📝 src/common/cd_subchannel_replacement.h (+5 -4)

📄 Description

Simplifies array copies.


🔄 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/557 **Author:** [@lioncash](https://github.com/lioncash) **Created:** 6/23/2020 **Status:** ✅ Merged **Merged:** 6/23/2020 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `data` --- ### 📝 Commits (1) - [`0abe4c6`](https://github.com/stenzek/duckstation/commit/0abe4c60b45f02304b030a2e19794a75955be74e) cd_image: Make use of std::array where applicable ### 📊 Changes **4 files changed** (+19 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `src/common/cd_image.cpp` (+1 -1) 📝 `src/common/cd_image.h` (+6 -3) 📝 `src/common/cd_subchannel_replacement.cpp` (+7 -6) 📝 `src/common/cd_subchannel_replacement.h` (+5 -4) </details> ### 📄 Description Simplifies array copies. --- <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:06:04 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#18