[PR #716] [MERGED] Haiku port of duckstation libretro core #81

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

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/716
Author: @kwyxz
Created: 8/6/2020
Status: Merged
Merged: 8/22/2020
Merged by: @stenzek

Base: masterHead: master


📝 Commits (4)

📊 Changes

11 files changed (+44 additions, -16 deletions)

View changed files

📝 dep/libcue/CMakeLists.txt (+1 -1)
📝 dep/libcue/include/libcue/cuetime.h (+2 -2)
📝 dep/libcue/src/cue_parser.c (+1 -1)
📝 dep/libcue/src/cue_parser.y (+1 -1)
📝 dep/libcue/src/time.c (+1 -1)
📝 src/common/event.cpp (+2 -2)
📝 src/common/event.h (+2 -2)
📝 src/common/file_system.cpp (+24 -2)
📝 src/common/jit_code_buffer.cpp (+3 -3)
📝 src/core/cpu_code_cache.cpp (+6 -0)
📝 src/core/cpu_recompiler_types.h (+1 -1)

📄 Description

Thanks again for the help @stenzek


🔄 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/716 **Author:** [@kwyxz](https://github.com/kwyxz) **Created:** 8/6/2020 **Status:** ✅ Merged **Merged:** 8/22/2020 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`db1df33`](https://github.com/stenzek/duckstation/commit/db1df3386fc3cd4f61c7d886e9e44bc170d26760) Haiku build 1st attempt - [`929f30e`](https://github.com/stenzek/duckstation/commit/929f30edafa44488789324715807f10f02b47c72) fix load on Haiku - [`9495847`](https://github.com/stenzek/duckstation/commit/94958472e6fadcec1755af73eea0ba00fc0a3103) Removed debugging flags - [`15badde`](https://github.com/stenzek/duckstation/commit/15baddefa31bb9d19634333bd5b908db40e66a72) Added a couple ifndef ### 📊 Changes **11 files changed** (+44 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `dep/libcue/CMakeLists.txt` (+1 -1) 📝 `dep/libcue/include/libcue/cuetime.h` (+2 -2) 📝 `dep/libcue/src/cue_parser.c` (+1 -1) 📝 `dep/libcue/src/cue_parser.y` (+1 -1) 📝 `dep/libcue/src/time.c` (+1 -1) 📝 `src/common/event.cpp` (+2 -2) 📝 `src/common/event.h` (+2 -2) 📝 `src/common/file_system.cpp` (+24 -2) 📝 `src/common/jit_code_buffer.cpp` (+3 -3) 📝 `src/core/cpu_code_cache.cpp` (+6 -0) 📝 `src/core/cpu_recompiler_types.h` (+1 -1) </details> ### 📄 Description Thanks again for the help @stenzek --- <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: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#81