[PR #3424] [MERGED] Config: toggle background controller inputs #3452

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3424
Author: @rainmakerv3
Created: 8/16/2025
Status: Merged
Merged: 8/16/2025
Merged by: @georgemoralis

Base: mainHead: controller-background


📝 Commits (1)

  • 9fade1e Config: toggle background controller inputs

📊 Changes

7 files changed (+46 additions, -10 deletions)

View changed files

📝 src/common/config.cpp (+13 -0)
📝 src/common/config.h (+2 -0)
📝 src/qt_gui/control_settings.cpp (+3 -1)
📝 src/qt_gui/hotkeys.cpp (+3 -1)
📝 src/qt_gui/settings_dialog.cpp (+6 -0)
📝 src/qt_gui/settings_dialog.ui (+15 -8)
📝 src/sdl_window.cpp (+4 -0)

📄 Description

closes https://github.com/shadps4-emu/shadPS4/issues/3390

Gives the option to allow the emulator to process controller inputs even when the game window is not in focus.

Can be good for multi-monitor set-ups and the like.


🔄 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/3424 **Author:** [@rainmakerv3](https://github.com/rainmakerv3) **Created:** 8/16/2025 **Status:** ✅ Merged **Merged:** 8/16/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `controller-background` --- ### 📝 Commits (1) - [`9fade1e`](https://github.com/shadps4-emu/shadPS4/commit/9fade1e77f5e7d9bfbcf14a359f99dca13da377a) Config: toggle background controller inputs ### 📊 Changes **7 files changed** (+46 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `src/common/config.cpp` (+13 -0) 📝 `src/common/config.h` (+2 -0) 📝 `src/qt_gui/control_settings.cpp` (+3 -1) 📝 `src/qt_gui/hotkeys.cpp` (+3 -1) 📝 `src/qt_gui/settings_dialog.cpp` (+6 -0) 📝 `src/qt_gui/settings_dialog.ui` (+15 -8) 📝 `src/sdl_window.cpp` (+4 -0) </details> ### 📄 Description closes https://github.com/shadps4-emu/shadPS4/issues/3390 Gives the option to allow the emulator to process controller inputs even when the game window is not in focus. Can be good for multi-monitor set-ups and the like. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:03:45 +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#3452
No description provided.