mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 16:25:58 +03:00
[PR #3607] [MERGED] Ds4 Speaker Audio Rebase Fix #3605
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#3605
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/3607
Author: @nickci2002
Created: 9/15/2025
Status: ✅ Merged
Merged: 9/18/2025
Merged by: @georgemoralis
Base:
main← Head:DS4-Speaker-Rebase-Fix📝 Commits (10+)
c5f2a5cLogic update, no QT uia0c240aFixing errors1d41dcaGui boxesd5936b5fixes0115e40prevent device list refreshing too fast when game not runningdb5d2c1Removed duplicate Socket declarations in kernel/file_system.cpp and fs.h82285d5Fixed clang-format and micDevice errorse4c54f8Ran clang-format and fixed rebase compiler issues1a9872fSettings dialog fix4ee4462Addressed squidbus' concerns📊 Changes
12 files changed (+304 additions, -106 deletions)
View changed files
📝
src/common/config.cpp(+42 -13)📝
src/common/config.h(+5 -0)📝
src/core/libraries/audio/audioout.cpp(+2 -2)📝
src/core/libraries/audio/audioout.h(+1 -1)📝
src/core/libraries/audio/sdl_audio.cpp(+39 -3)📝
src/qt_gui/gui_context_menus.h(+2 -2)📝
src/qt_gui/main_window.cpp(+4 -2)📝
src/qt_gui/sdl_event_wrapper.cpp(+8 -0)📝
src/qt_gui/sdl_event_wrapper.h(+1 -0)📝
src/qt_gui/settings_dialog.cpp(+160 -73)📝
src/qt_gui/settings_dialog.h(+10 -4)📝
src/qt_gui/settings_dialog.ui(+30 -6)📄 Description
A new PR with a proper rebase.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.