mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-24 03:57:50 -05:00
fix format
This commit is contained in:
@ -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})});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user