[PR #2777] [MERGED] libraries: Reduce some controller log spam. #2971

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2777
Author: @squidbus
Created: 4/13/2025
Status: Merged
Merged: 4/13/2025
Merged by: @georgemoralis

Base: mainHead: reduce-spam


📝 Commits (1)

  • c44a199 libraries: Reduce some controller log spam.

📊 Changes

2 files changed (+8 additions, -2 deletions)

View changed files

📝 src/core/libraries/move/move.cpp (+7 -1)
📝 src/core/libraries/pad/pad.cpp (+1 -1)

📄 Description

Reduce some log spam related to controllers:

  • Downgrade sceMoveOpen log, since games may spam it until it succeeds. We can determine if a game is using PS Move in logs by sceMoveInit anyway.
  • Move the scePadOpen log down below the pad type checks, as some games may similarly spam until a special type pad is detected.
  • Add sceMoveReadStateLatest stub.

🔄 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/2777 **Author:** [@squidbus](https://github.com/squidbus) **Created:** 4/13/2025 **Status:** ✅ Merged **Merged:** 4/13/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `reduce-spam` --- ### 📝 Commits (1) - [`c44a199`](https://github.com/shadps4-emu/shadPS4/commit/c44a199e4a57f42dbc5140eb7459976cade2fda3) libraries: Reduce some controller log spam. ### 📊 Changes **2 files changed** (+8 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/move/move.cpp` (+7 -1) 📝 `src/core/libraries/pad/pad.cpp` (+1 -1) </details> ### 📄 Description Reduce some log spam related to controllers: * Downgrade `sceMoveOpen` log, since games may spam it until it succeeds. We can determine if a game is using PS Move in logs by `sceMoveInit` anyway. * Move the `scePadOpen` log down below the pad type checks, as some games may similarly spam until a special type pad is detected. * Add `sceMoveReadStateLatest` stub. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:01:57 +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#2971
No description provided.