[PR #2125] [MERGED] made compatible with latest boost versions #2503

Closed
opened 2026-02-27 22:00:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2125
Author: @imaclachlan
Created: 1/11/2025
Status: Merged
Merged: 1/18/2025
Merged by: @squidbus

Base: mainHead: main


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/core/libraries/kernel/kernel.cpp (+1 -1)

📄 Description

In kernel.cpp, boost asio io_context.reset() is deprecated/discontinued. Changed to io_context.restart() as recommended as otherwise does not build with latest versions of boost.


🔄 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/shadps4-emu/shadPS4/pull/2125 **Author:** [@imaclachlan](https://github.com/imaclachlan) **Created:** 1/11/2025 **Status:** ✅ Merged **Merged:** 1/18/2025 **Merged by:** [@squidbus](https://github.com/squidbus) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`9d5e84a`](https://github.com/shadps4-emu/shadPS4/commit/9d5e84a0409b1208b0daacf2bcf9a4ce054f2c56) Update kernel.cpp ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/kernel/kernel.cpp` (+1 -1) </details> ### 📄 Description In kernel.cpp, boost asio io_context.reset() is deprecated/discontinued. Changed to io_context.restart() as recommended as otherwise does not build with latest versions of boost. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:00:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#2503
No description provided.