mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #74] [CLOSED] Threads and openorbis stuff #1266
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#1266
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/74
Author: @georgemoralis
Created: 11/16/2023
Status: ❌ Closed
Base:
main← Head:threads_and_openorbis_stuff📝 Commits (10+)
cad5ac3some threadman fixes776a680prefix in libc functions to avoid messing with std ones1316443initial ScePthreadCond works3e8cd57scePthreadCond functionsf143b3dsceKernelMmap, posix_mmap implementation4d93809sceKernelUsleep,_writev7ac286eopenorbis requires version 1.1 of videoOut lib (not found in commercial games)23b6698some fs for libkernel62731c7removed debug code379037esome work for fs trying to run libpng demo of openorbis (not working)📊 Changes
24 files changed (+611 additions, -137 deletions)
View changed files
📝
CMakeLists.txt(+3 -1)📝
src/common/fs_file.cpp(+2 -0)📝
src/common/fs_file.h(+1 -0)📝
src/core/PS4/HLE/Graphics/video_out.cpp(+9 -0)➕
src/core/file_sys/fs.cpp(+91 -0)➕
src/core/file_sys/fs.h(+54 -0)📝
src/core/hle/libraries/libc/libc.cpp(+56 -56)📝
src/core/hle/libraries/libc/libc_cxa.cpp(+3 -3)📝
src/core/hle/libraries/libc/libc_cxa.h(+3 -3)📝
src/core/hle/libraries/libc/libc_math.cpp(+8 -8)📝
src/core/hle/libraries/libc/libc_math.h(+8 -8)📝
src/core/hle/libraries/libc/libc_stdio.cpp(+4 -4)📝
src/core/hle/libraries/libc/libc_stdio.h(+4 -4)📝
src/core/hle/libraries/libc/libc_stdlib.cpp(+6 -6)📝
src/core/hle/libraries/libc/libc_stdlib.h(+6 -6)📝
src/core/hle/libraries/libc/libc_string.cpp(+9 -9)📝
src/core/hle/libraries/libc/libc_string.h(+9 -9)📝
src/core/hle/libraries/libkernel/file_system.cpp(+37 -3)📝
src/core/hle/libraries/libkernel/file_system.h(+7 -2)📝
src/core/hle/libraries/libkernel/libkernel.cpp(+77 -1)...and 4 more files
📄 Description
some rework on HLE threads and trying to work on getting openorbis work again with these
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.