mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #198] [CLOSED] stubbed PlayGo, Usbd, load Json2 lle, temp and data mounts #1386
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#1386
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/198
Author: @raziel1000
Created: 6/14/2024
Status: ❌ Closed
Base:
main← Head:stubs_1📝 Commits (10+)
1cec016stubbed PlayGo, Usbd and load Json2 lleee247d3posix_mkdir, posix_read, posix_lseek, posix_close, posix_pthread_cond_init, posix_pthread_cond_signal, posix_pthread_cond_destroy (will be needed for Abyss: The Wraiths of Eden)7aaf31eclang formatb2a03e3added sceKernelUuidCreate (Ghost Files: Memory of a Crime and Abyss: The Wraiths of Eden)6d0dfddfix99ef2d6Added sceAppContentTemporaryDataMount2.b804095clang format...ce78165sceAppContentAppParamGetInt, scePlayGoGetLocus, scePlayGoGetProgressc9d052e***31aeec9Merge branch 'main' into stubs_1📊 Changes
20 files changed (+913 additions, -16 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(+20 -0)📝
src/core/libraries/kernel/libkernel.h(+9 -0)📝
src/core/libraries/kernel/thread_management.cpp(+27 -1)📝
src/core/libraries/kernel/thread_management.h(+1 -0)📝
src/core/libraries/libs.cpp(+5 -1)➕
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(+11 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.