mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-17 17:19:02 +00:00
clang_format
This commit is contained in:
@@ -19,7 +19,6 @@ public:
|
||||
void playMusic(const QString& snd0path);
|
||||
void stopMusic();
|
||||
|
||||
|
||||
private:
|
||||
BackgroundMusicPlayer(QObject* parent = nullptr);
|
||||
~BackgroundMusicPlayer();
|
||||
|
||||
@@ -136,7 +136,6 @@ SettingsDialog::SettingsDialog(std::span<const QString> physical_devices, QWidge
|
||||
});
|
||||
connect(ui->playBGMCheckBox, &QCheckBox::stateChanged, this,
|
||||
[](int val) { Config::setPlayBGM(val); });
|
||||
|
||||
}
|
||||
|
||||
// GPU TAB
|
||||
|
||||
Reference in New Issue
Block a user