[PR #1635] [MERGED] libraries: Add stubs for libScePlayGoDialog #2212

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/1635
Author: @squidbus
Created: 11/30/2024
Status: Merged
Merged: 12/1/2024
Merged by: @raphaelthegreat

Base: mainHead: playgo-dialog


📝 Commits (1)

  • 6019805 libraries: Add stubs for libScePlayGoDialog

📊 Changes

6 files changed (+122 additions, -0 deletions)

View changed files

📝 CMakeLists.txt (+2 -0)
📝 src/common/logging/filter.cpp (+1 -0)
📝 src/common/logging/types.h (+1 -0)
📝 src/core/libraries/libs.cpp (+2 -0)
src/core/libraries/playgo/playgo_dialog.cpp (+78 -0)
src/core/libraries/playgo/playgo_dialog.h (+38 -0)

📄 Description

Adds basic stubs for libScePlayGoDialog. These stubs pretend that the dialog was opened and then finished successfully.

Allows CUSA16404 to progress further loading a save in PS4 Pro mode. This was actually only needed because a recent commit broke PlayGo functionality, but this may be useful to have anyway.


🔄 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/1635 **Author:** [@squidbus](https://github.com/squidbus) **Created:** 11/30/2024 **Status:** ✅ Merged **Merged:** 12/1/2024 **Merged by:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Base:** `main` ← **Head:** `playgo-dialog` --- ### 📝 Commits (1) - [`6019805`](https://github.com/shadps4-emu/shadPS4/commit/6019805048179aaa827894635cc5a0c3501a93ab) libraries: Add stubs for libScePlayGoDialog ### 📊 Changes **6 files changed** (+122 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+2 -0) 📝 `src/common/logging/filter.cpp` (+1 -0) 📝 `src/common/logging/types.h` (+1 -0) 📝 `src/core/libraries/libs.cpp` (+2 -0) ➕ `src/core/libraries/playgo/playgo_dialog.cpp` (+78 -0) ➕ `src/core/libraries/playgo/playgo_dialog.h` (+38 -0) </details> ### 📄 Description Adds basic stubs for libScePlayGoDialog. These stubs pretend that the dialog was opened and then finished successfully. ~~Allows CUSA16404 to progress further loading a save in PS4 Pro mode.~~ This was actually only needed because a recent commit broke PlayGo functionality, but this may be useful to have anyway. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:15:37 +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#2212
No description provided.