[PR #1415] [MERGED] Add poll interval to libScePad #2097

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/1415
Author: @roamic
Created: 10/19/2024
Status: Merged
Merged: 10/19/2024
Merged by: @georgemoralis

Base: mainHead: controller-poll-interval


📝 Commits (1)

  • eb2e0b3 Add poll interval to libScePad

📊 Changes

5 files changed (+38 additions, -2 deletions)

View changed files

📝 src/emulator.cpp (+1 -0)
📝 src/input/controller.cpp (+24 -2)
📝 src/input/controller.h (+1 -0)
📝 src/sdl_window.cpp (+10 -0)
📝 src/sdl_window.h (+2 -0)

📄 Description

Adds a maximum of 200ms delay between successful scePadRead calls where it returns at least one instance of state data.

Fixes Gravity Rush Remastered and Ghostbusters issue where the game loses the controller.


🔄 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/1415 **Author:** [@roamic](https://github.com/roamic) **Created:** 10/19/2024 **Status:** ✅ Merged **Merged:** 10/19/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `controller-poll-interval` --- ### 📝 Commits (1) - [`eb2e0b3`](https://github.com/shadps4-emu/shadPS4/commit/eb2e0b3ac8c3f765f58d0a70c233b5bd76dffc38) Add poll interval to libScePad ### 📊 Changes **5 files changed** (+38 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/emulator.cpp` (+1 -0) 📝 `src/input/controller.cpp` (+24 -2) 📝 `src/input/controller.h` (+1 -0) 📝 `src/sdl_window.cpp` (+10 -0) 📝 `src/sdl_window.h` (+2 -0) </details> ### 📄 Description Adds a maximum of 200ms delay between successful `scePadRead` calls where it returns at least one instance of state data. Fixes Gravity Rush Remastered and Ghostbusters issue where the game loses the controller. --- <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:11 +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#2097
No description provided.