[PR #2890] [MERGED] [Libs] Stubs sceSigninDialog #3056

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2890
Author: @mailwl
Created: 5/9/2025
Status: Merged
Merged: 5/9/2025
Merged by: @georgemoralis

Base: mainHead: signin_dlg


📝 Commits (5)

📊 Changes

6 files changed (+99 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/signin_dialog/signindialog.cpp (+64 -0)
src/core/libraries/signin_dialog/signindialog.h (+29 -0)

📄 Description

This PR stubs sceSigninDialog.
First step to make SineMora EX (CUSA08076) works


🔄 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/2890 **Author:** [@mailwl](https://github.com/mailwl) **Created:** 5/9/2025 **Status:** ✅ Merged **Merged:** 5/9/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `signin_dlg` --- ### 📝 Commits (5) - [`25b8266`](https://github.com/shadps4-emu/shadPS4/commit/25b826618f06a7bb9152e1777db1d74b5ac20b34) [Libs] Stubs SigninDialog - [`e07c727`](https://github.com/shadps4-emu/shadPS4/commit/e07c7275d3ec4a5e9cf4e645704936bb4686956c) clang-format - [`3bbfac5`](https://github.com/shadps4-emu/shadPS4/commit/3bbfac5758dd343782a6e7d423534bc37d5cf888) clang-format again - [`bdb345b`](https://github.com/shadps4-emu/shadPS4/commit/bdb345bbed808305c124c82d287e55811a8c04ab) remove magic constant - [`e14b82c`](https://github.com/shadps4-emu/shadPS4/commit/e14b82c6d6f164a0df3bdc1365467a16f2be0822) log dialog finished status ### 📊 Changes **6 files changed** (+99 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/signin_dialog/signindialog.cpp` (+64 -0) ➕ `src/core/libraries/signin_dialog/signindialog.h` (+29 -0) </details> ### 📄 Description This PR stubs sceSigninDialog. First step to make SineMora EX (CUSA08076) works --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:02:16 +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#3056
No description provided.