[PR #2074] [MERGED] dummy sceMouse module #2472

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2074
Author: @georgemoralis
Created: 1/6/2025
Status: Merged
Merged: 1/6/2025
Merged by: @georgemoralis

Base: mainHead: dummyMousse


📝 Commits (1)

  • d6252b4 dummy sceMouse module and change sceMouseRead to debug to reduce spam

📊 Changes

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

📄 Description

Added mostly to reduce spam on sceMouseRead (set it to debug)


🔄 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/2074 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 1/6/2025 **Status:** ✅ Merged **Merged:** 1/6/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `dummyMousse` --- ### 📝 Commits (1) - [`d6252b4`](https://github.com/shadps4-emu/shadPS4/commit/d6252b47b6f2023efe913b103750dbba584ee1af) dummy sceMouse module and change sceMouseRead to debug to reduce spam ### 📊 Changes **6 files changed** (+134 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/mouse/mouse.cpp` (+99 -0) ➕ `src/core/libraries/mouse/mouse.h` (+29 -0) </details> ### 📄 Description Added mostly to reduce spam on sceMouseRead (set it to debug) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:16:39 +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#2472
No description provided.