mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #77] [MERGED] TLS branch WIP #1267
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#1267
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/77
Author: @georgemoralis
Created: 11/20/2023
Status: ✅ Merged
Merged: 1/27/2024
Merged by: @georgemoralis
Base:
main← Head:TLS_works📝 Commits (8)
4f6dc8ffunctions libkernel to get openrorbis working (without tls)b6d98d4some cleanupsaf18453initial PT_TLS support724c56dBasic TLS with patching + int 0x8057ddf93orbis weird sceVideoOut callsff43fecsome fs work for openorbis (WIP)6de4736skip over 0x66 prefixes in TLSa58289aMerge branch 'TLS_works' of github.com:georgemoralis/shadPS4 into TLS_works📊 Changes
14 files changed (+624 additions, -273 deletions)
View changed files
📝
CMakeLists.txt(+1 -1)➕
src/common/io_file.cpp(+138 -0)➕
src/common/io_file.h(+41 -0)📝
src/common/log.cpp(+30 -0)📝
src/core/PS4/HLE/Graphics/video_out.cpp(+9 -0)📝
src/core/file_sys/fs.h(+2 -1)📝
src/core/hle/libraries/libkernel/file_system.cpp(+37 -3)📝
src/core/hle/libraries/libkernel/file_system.h(+6 -1)📝
src/core/hle/libraries/libkernel/libkernel.cpp(+69 -0)📝
src/core/linker.cpp(+68 -22)📝
src/core/linker.h(+7 -0)📝
src/core/loader/elf.h(+203 -242)📝
src/core/virtual_memory.cpp(+3 -3)📝
src/core/virtual_memory.h(+10 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.