mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #2721] [MERGED] Minor libkernel changes #2935
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#2935
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/2721
Author: @StevenMiller123
Created: 3/29/2025
Status: ✅ Merged
Merged: 3/29/2025
Merged by: @georgemoralis
Base:
main← Head:homebrew-stuff📝 Commits (6)
e345f95sceKernelDebugOutTextc442fc7Implement kernel exit9772098Improved implementations for sceKernelDebugRaiseException functionsa39b3e6Add missing exportseed26aeClang3ef7fd3Merge branch 'shadps4-emu:main' into homebrew-stuff📊 Changes
7 files changed (+61 additions, -5 deletions)
View changed files
📝
CMakeLists.txt(+2 -0)➕
src/core/libraries/kernel/debug.cpp(+20 -0)➕
src/core/libraries/kernel/debug.h(+14 -0)📝
src/core/libraries/kernel/kernel.cpp(+2 -0)📝
src/core/libraries/kernel/process.cpp(+6 -0)📝
src/core/libraries/kernel/threads/exception.cpp(+12 -5)📝
src/core/libraries/kernel/threads/pthread_spec.cpp(+5 -0)📄 Description
This PR handles a few functions I spotted while messing around with Apollo Save Tool.
posix_pthread_key_create,posix_pthread_getspecific, andposix_pthread_setspecificexitfunction with an unreachable message containing the status code.sceKernelDebugOutTextbased on hardware observations.sceKernelDebugRaiseExceptionandsceKernelDebugRaiseExceptionOnReleaseMode, and modifies the unreachable to contain the error code passed to the function.So far this doesn't appear to regress anything, though I don't have a test case for
sceKernelDebugRaiseExceptionat the moment.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.