mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 00:13:08 +00:00
fixed ci clangformat errors
This commit is contained in:
parent
f6dfe296df
commit
cd6c56c008
@ -102,7 +102,7 @@ int getBGMvolume() {
|
|||||||
bool getEnableDiscordRPC() {
|
bool getEnableDiscordRPC() {
|
||||||
return enableDiscordRPC;
|
return enableDiscordRPC;
|
||||||
}
|
}
|
||||||
|
|
||||||
s16 getCursorState() {
|
s16 getCursorState() {
|
||||||
return cursorState;
|
return cursorState;
|
||||||
}
|
}
|
||||||
@ -274,7 +274,7 @@ void setBGMvolume(int volume) {
|
|||||||
void setEnableDiscordRPC(bool enable) {
|
void setEnableDiscordRPC(bool enable) {
|
||||||
enableDiscordRPC = enable;
|
enableDiscordRPC = enable;
|
||||||
}
|
}
|
||||||
|
|
||||||
void setCursorState(s16 newCursorState) {
|
void setCursorState(s16 newCursorState) {
|
||||||
cursorState = newCursorState;
|
cursorState = newCursorState;
|
||||||
}
|
}
|
||||||
|
@ -175,7 +175,7 @@ SettingsDialog::SettingsDialog(std::span<const QString> physical_devices, QWidge
|
|||||||
rpc->shutdown();
|
rpc->shutdown();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
connect(ui->backButtonBehaviorComboBox, QOverload<int>::of(&QComboBox::currentIndexChanged),
|
connect(ui->backButtonBehaviorComboBox, QOverload<int>::of(&QComboBox::currentIndexChanged),
|
||||||
this, [this](int index) {
|
this, [this](int index) {
|
||||||
if (index >= 0 && index < ui->backButtonBehaviorComboBox->count()) {
|
if (index >= 0 && index < ui->backButtonBehaviorComboBox->count()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user