mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-24 23:36:00 +03:00
[PR #3955] Refactor OrbisFiber to match PS4 layout and obfuscation #3822
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#3822
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/3955
Author: @w1naenator
Created: 1/24/2026
Status: 🔄 Open
Base:
main← Head:gr2fix📝 Commits (10+)
ac9d816Refactor OrbisFiber to match PS4 layout and obfuscationda7d52cMerge branch 'main' into gr2fix8a01876Add Ulobjmgr integration and enhance fiber managementa7b4ba4clangfc9cde2Merge branch 'gr2fix' of https://github.com/w1naenator/shadPS4 into gr2fix19ce9acAdd Mach-O support for fiber switching and stack management90e075eEnhance Mach-O fiber switching functions with visibility attributes7b41512clang63f07a8Enhance Mach-O fiber switching functions with externally visible attributesc1cabf8Update fiber handling for Mach-O with visibility attributes and adjust compile options for Apple📊 Changes
11 files changed (+644 additions, -164 deletions)
View changed files
📝
CMakeLists.txt(+3 -0)📝
src/common/logging/filter.cpp(+1 -0)📝
src/common/logging/types.h(+1 -0)📝
src/core/libraries/fiber/fiber.cpp(+492 -76)📝
src/core/libraries/fiber/fiber.h(+65 -32)📝
src/core/libraries/fiber/fiber_context.s(+59 -54)📝
src/core/libraries/kernel/memory.h(+2 -0)📝
src/core/libraries/kernel/threads/pthread.h(+2 -0)📝
src/core/libraries/razor_cpu/razor_cpu.h(+4 -1)📝
src/core/libraries/ulobjmgr/ulobjmgr.cpp(+5 -0)📝
src/core/libraries/ulobjmgr/ulobjmgr.h(+10 -1)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.