[PR #199] [MERGED] playgo, usbd stub, app_content and some kernel stuff #1388

Closed
opened 2026-02-27 21:12:21 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: 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

  • sceKernelUuidCreate, sceAppContentAppParamGetInt, sceAppContentTemoraryDataMount2
  • PlayGo
  • stub libusbd -added /temp0 and /data mounts at emu start.
    (Ghost Files: Memory of a Crime, Abyss: The Wraiths of Eden)
  • some posix functions

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/199 **Author:** [@raziel1000](https://github.com/raziel1000) **Created:** 6/15/2024 **Status:** ✅ Merged **Merged:** 6/15/2024 **Merged by:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Base:** `main` ← **Head:** `stuff_2` --- ### 📝 Commits (1) - [`d5e9013`](https://github.com/shadps4-emu/shadPS4/commit/d5e9013570a848e0c708f3082b556c242db6841d) - sceKernelUuidCreate, sceAppContentAppParamGetInt, sceAppContentTemporaryDataMount2 ### 📊 Changes **19 files changed** (+900 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description - sceKernelUuidCreate, sceAppContentAppParamGetInt, sceAppContentTemoraryDataMount2 - PlayGo - stub libusbd -added /temp0 and /data mounts at emu start. (Ghost Files: Memory of a Crime, Abyss: The Wraiths of Eden) - some posix functions --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:12:21 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#1388
No description provided.