[PR #949] [MERGED] cpu_patches: Revert to ahead-of-time patching on Linux for now. #1847

Closed
opened 2026-02-27 21:14:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/949
Author: @squidbus
Created: 9/16/2024
Status: Merged
Merged: 9/16/2024
Merged by: @raphaelthegreat

Base: mainHead: linux-aot-patch


📝 Commits (1)

  • 2429b8e cpu_patches: Revert to ahead-of-time patching on Linux for now.

📊 Changes

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

View changed files

📝 src/core/cpu_patches.cpp (+48 -21)

📄 Description

Apparently assuming FS accesses are invalid does not hold on Linux, so we can't patch using signal handlers until that is resolved.


🔄 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/949 **Author:** [@squidbus](https://github.com/squidbus) **Created:** 9/16/2024 **Status:** ✅ Merged **Merged:** 9/16/2024 **Merged by:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Base:** `main` ← **Head:** `linux-aot-patch` --- ### 📝 Commits (1) - [`2429b8e`](https://github.com/shadps4-emu/shadPS4/commit/2429b8ed4c4854f33647035c3efe1fa8f2072365) cpu_patches: Revert to ahead-of-time patching on Linux for now. ### 📊 Changes **1 file changed** (+48 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `src/core/cpu_patches.cpp` (+48 -21) </details> ### 📄 Description Apparently assuming FS accesses are invalid does not hold on Linux, so we can't patch using signal handlers until that is resolved. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:14:11 +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#1847
No description provided.