mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #233] [MERGED] Misc Fixes #1414
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#1414
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/233
Author: @georgemoralis
Created: 7/3/2024
Status: ✅ Merged
Merged: 7/5/2024
Merged by: @georgemoralis
Base:
main← Head:miscFixes2📝 Commits (10+)
608301fdummy sceAppContentGetAddcontInfoList and fixed structs0228b58added scePthreadGetthreadid3875c00fixed linux compile?0ecc540- Several SaveData functions. Dysmantle and we are doomed should save and load now.c2c55femr clang format1968b2a...e22ad65....bdcadf6scePthreadSetprio, scePthreadGetprio8d17f87improved file not found return in sceKernelOpenfd39c50improved sceAppContentAppParamGetInt📊 Changes
17 files changed (+565 additions, -104 deletions)
View changed files
📝
.gitmodules(+3 -0)📝
CMakeLists.txt(+1 -1)📝
externals/CMakeLists.txt(+3 -0)➕
externals/hwinfo(+1 -0)📝
src/core/file_sys/fs.cpp(+5 -1)📝
src/core/file_sys/fs.h(+1 -1)📝
src/core/libraries/app_content/app_content.cpp(+17 -5)📝
src/core/libraries/app_content/app_content.h(+14 -5)📝
src/core/libraries/error_codes.h(+3 -0)📝
src/core/libraries/kernel/file_system.cpp(+7 -2)📝
src/core/libraries/kernel/thread_management.cpp(+16 -0)📝
src/core/libraries/kernel/thread_management.h(+1 -0)📝
src/core/libraries/save_data/error_codes.h(+23 -3)📝
src/core/libraries/save_data/savedata.cpp(+247 -63)📝
src/core/libraries/save_data/savedata.h(+202 -23)📝
src/emulator.cpp(+20 -0)📝
src/emulator.h(+1 -0)📄 Description
This pr mainly fixes some issues found on shadps4-emu/shadps4-game-compatibility#25
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.