mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
Ds4 Speaker Audio Rebase Fix (#3607)
* Logic update, no QT ui * Fixing errors * Gui boxes * fixes * prevent device list refreshing too fast when game not running * Removed duplicate Socket declarations in kernel/file_system.cpp and fs.h * Fixed clang-format and micDevice errors * Ran clang-format and fixed rebase compiler issues * Settings dialog fix * Addressed squidbus' concerns * Update config.cpp to adhere to clang-format * Removed a space causing clang-format to complain * Addressed squidbus' concerns and added fallbacks Concerns: - Changed dev_name construct to remove unnecessary cast - Added an invalid AudioDeviceID macro to replace magic number --------- Co-authored-by: rainmakerv2 <30595646+rainmakerv3@users.noreply.github.com>
This commit is contained in:
@@ -408,8 +408,8 @@ public:
|
||||
}
|
||||
|
||||
if (selected == &gameConfigConfigure || selected == &gameConfigCreate) {
|
||||
auto settingsWindow = new SettingsDialog(m_gui_settings, m_compat_info, widget, true,
|
||||
serialStr.toStdString());
|
||||
auto settingsWindow = new SettingsDialog(m_gui_settings, m_compat_info, widget, false,
|
||||
true, serialStr.toStdString());
|
||||
settingsWindow->exec();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user