mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #199] [MERGED] playgo, usbd stub, app_content and some kernel stuff #1388
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#1388
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/199
Author: @raziel1000
Created: 6/15/2024
Status: ✅ Merged
Merged: 6/15/2024
Merged by: @raphaelthegreat
Base:
main← Head:stuff_2📝 Commits (1)
d5e9013- sceKernelUuidCreate, sceAppContentAppParamGetInt, sceAppContentTemporaryDataMount2📊 Changes
19 files changed (+900 additions, -14 deletions)
View changed files
📝
CMakeLists.txt(+11 -0)📝
src/common/logging/filter.cpp(+2 -0)📝
src/common/logging/types.h(+2 -0)📝
src/common/path_util.cpp(+2 -0)📝
src/common/path_util.h(+4 -0)📝
src/core/file_format/psf.cpp(+2 -2)📝
src/core/libraries/app_content/app_content.cpp(+40 -6)📝
src/core/libraries/app_content/app_content.h(+31 -3)📝
src/core/libraries/kernel/file_system.cpp(+13 -2)📝
src/core/libraries/kernel/libkernel.cpp(+19 -0)📝
src/core/libraries/kernel/libkernel.h(+9 -0)📝
src/core/libraries/kernel/thread_management.cpp(+18 -0)📝
src/core/libraries/libs.cpp(+4 -0)➕
src/core/libraries/playgo/playgo.cpp(+144 -0)➕
src/core/libraries/playgo/playgo.h(+40 -0)➕
src/core/libraries/playgo/playgo_types.h(+60 -0)➕
src/core/libraries/usbd/usbd.cpp(+410 -0)➕
src/core/libraries/usbd/usbd.h(+79 -0)📝
src/emulator.cpp(+10 -1)📄 Description
(Ghost Files: Memory of a Crime, Abyss: The Wraiths of Eden)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.