mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #320] [MERGED] Misc Fixes 7 #1478
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#1478
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/320
Author: @raziel1000
Created: 7/24/2024
Status: ✅ Merged
Merged: 7/26/2024
Merged by: @georgemoralis
Base:
main← Head:miscFixes7📝 Commits (10+)
02d4af2save_data: fix/accuracy for saveDataMem functionsf29293cthread_management: some pthread functionsf35518dsdl window: Added game title (serial, title and app_ver)a475b38- fixed sceAppContentTemporaryDataMount2b4916efsome fixup to playgo , makes Worms go furtherb62836dforgot a filefa76a72Applied feedback from @raphaelthegreata11ac5a...64d305fcleanup memory_managementa4912b8commented sem_timedwait for linux untill @squidbus fix it📊 Changes
17 files changed (+187 additions, -43 deletions)
View changed files
📝
CMakeLists.txt(+2 -0)📝
src/common/config.cpp(+1 -1)📝
src/common/path_util.cpp(+1 -0)📝
src/common/path_util.h(+2 -0)➕
src/core/file_format/playgo_chunk.cpp(+16 -0)➕
src/core/file_format/playgo_chunk.h(+31 -0)📝
src/core/file_sys/fs.cpp(+13 -9)📝
src/core/libraries/app_content/app_content.cpp(+2 -6)📝
src/core/libraries/kernel/file_system.cpp(+14 -0)📝
src/core/libraries/kernel/memory_management.cpp(+4 -3)📝
src/core/libraries/kernel/memory_management.h(+8 -0)📝
src/core/libraries/kernel/thread_management.cpp(+40 -0)📝
src/core/libraries/playgo/playgo.cpp(+13 -5)📝
src/core/libraries/save_data/savedata.cpp(+13 -11)📝
src/emulator.cpp(+21 -5)📝
src/sdl_window.cpp(+3 -2)📝
src/sdl_window.h(+3 -1)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.