[PR #4009] [MERGED] Volume hotkeys: show volume value, set game_specific arg, clamp values #3865

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/4009
Author: @rainmakerv3
Created: 2/8/2026
Status: Merged
Merged: 2/8/2026
Merged by: @georgemoralis

Base: mainHead: volumeOverlay


📝 Commits (1)

  • 698ff84 Volume hotkey: show volume value, set game_specific arg correctly, clamp value

📊 Changes

6 files changed (+59 additions, -3 deletions)

View changed files

📝 src/core/devtools/layer.cpp (+29 -0)
📝 src/core/devtools/layer.h (+1 -0)
📝 src/core/emulator_state.cpp (+8 -0)
📝 src/core/emulator_state.h (+4 -1)
📝 src/emulator.cpp (+8 -0)
📝 src/input/input_handler.cpp (+9 -2)

📄 Description

Some changes to volume hotkeys

  1. Show volume value using Imgui overlay
  2. Set the game-specific arg dynamically depending on whether a game-specific config was loaded
  3. clamp volume values to a range of 0-500 (same as allowed range in qtlauncher)
image

🔄 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/4009 **Author:** [@rainmakerv3](https://github.com/rainmakerv3) **Created:** 2/8/2026 **Status:** ✅ Merged **Merged:** 2/8/2026 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `volumeOverlay` --- ### 📝 Commits (1) - [`698ff84`](https://github.com/shadps4-emu/shadPS4/commit/698ff8429b0b3ed45d2148c1b85b6467c7405cab) Volume hotkey: show volume value, set game_specific arg correctly, clamp value ### 📊 Changes **6 files changed** (+59 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/core/devtools/layer.cpp` (+29 -0) 📝 `src/core/devtools/layer.h` (+1 -0) 📝 `src/core/emulator_state.cpp` (+8 -0) 📝 `src/core/emulator_state.h` (+4 -1) 📝 `src/emulator.cpp` (+8 -0) 📝 `src/input/input_handler.cpp` (+9 -2) </details> ### 📄 Description Some changes to volume hotkeys 1) Show volume value using Imgui overlay 2) Set the game-specific arg dynamically depending on whether a game-specific config was loaded 3) clamp volume values to a range of 0-500 (same as allowed range in qtlauncher) <img width="1262" height="708" alt="image" src="https://github.com/user-attachments/assets/8b127b58-8e64-4989-84d8-060d24098fc7" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:05: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#3865
No description provided.