[PR #1938] [MERGED] CDImagePBP: Use 64-bit file functions #781

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

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/1938
Author: @stenzek
Created: 4/7/2021
Status: Merged
Merged: 4/7/2021
Merged by: @stenzek

Base: masterHead: file-offset-64


📝 Commits (3)

  • cbf0a21 CMake: Enable 64-bit file offsets on 32-bit platforms
  • c71f78f FileSystem: Add 64-bit fseek/ftell wrappers
  • e595b35 CDImagePBP: Use 64-bit file functions

📊 Changes

4 files changed (+53 additions, -17 deletions)

View changed files

📝 CMakeLists.txt (+7 -0)
📝 src/common/cd_image_pbp.cpp (+19 -17)
📝 src/common/file_system.cpp (+25 -0)
📝 src/common/file_system.h (+2 -0)

📄 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/1938 **Author:** [@stenzek](https://github.com/stenzek) **Created:** 4/7/2021 **Status:** ✅ Merged **Merged:** 4/7/2021 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `file-offset-64` --- ### 📝 Commits (3) - [`cbf0a21`](https://github.com/stenzek/duckstation/commit/cbf0a21f05009e5fa94737a5b2872f96376c415c) CMake: Enable 64-bit file offsets on 32-bit platforms - [`c71f78f`](https://github.com/stenzek/duckstation/commit/c71f78ffa0fc287d1f0efcec5c954ff8bc46ece4) FileSystem: Add 64-bit fseek/ftell wrappers - [`e595b35`](https://github.com/stenzek/duckstation/commit/e595b357b3caa7b9944dbe1d229775646679788f) CDImagePBP: Use 64-bit file functions ### 📊 Changes **4 files changed** (+53 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+7 -0) 📝 `src/common/cd_image_pbp.cpp` (+19 -17) 📝 `src/common/file_system.cpp` (+25 -0) 📝 `src/common/file_system.h` (+2 -0) </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:09:31 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#781