summaryrefslogtreecommitdiff
path: root/src/yuzu/hotkeys.cpp
diff options
context:
space:
mode:
authorJonas Gutenschwager <spam.saikai@googlemail.com>2023-01-18 15:49:47 +0100
committerJonas Gutenschwager <spam.saikai@googlemail.com>2023-01-18 15:49:47 +0100
commit887ed5c0e2afa0fe4ef373ee676e197e62570e66 (patch)
tree93af8393b3657fd8f246ce80d2aa1257d4eb95ad /src/yuzu/hotkeys.cpp
parent83754e4789b9c40dc0c3324adde7cb5c008577b5 (diff)
fix format
Diffstat (limited to 'src/yuzu/hotkeys.cpp')
-rw-r--r--src/yuzu/hotkeys.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/yuzu/hotkeys.cpp b/src/yuzu/hotkeys.cpp
index 091336528..6530186c1 100644
--- a/src/yuzu/hotkeys.cpp
+++ b/src/yuzu/hotkeys.cpp
@@ -21,8 +21,7 @@ void HotkeyRegistry::SaveHotkeys() {
{hotkey.first, group.first,
UISettings::ContextualShortcut({hotkey.second.keyseq.toString(),
hotkey.second.controller_keyseq,
- hotkey.second.context,
- hotkey.second.repeat})});
+ hotkey.second.context, hotkey.second.repeat})});
}
}
}