From 81511b6594080a1c5273a658bacae68de6f74f24 Mon Sep 17 00:00:00 2001 From: pineappleEA Date: Wed, 2 Feb 2022 22:28:32 +0100 Subject: [PATCH] early-access version 2468 --- README.md | 2 +- src/yuzu/main.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd19d8240..e84f5e7d2 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ yuzu emulator early access ============= -This is the source code for early-access 2467. +This is the source code for early-access 2468. ## Legal Notice diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index d9e689d14..556d2cdb3 100755 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -965,6 +965,7 @@ void GMainWindow::LinkActionShortcut(QAction* action, const QString& action_name static const QString main_window = QStringLiteral("Main Window"); action->setShortcut(hotkey_registry.GetKeySequence(main_window, action_name)); action->setShortcutContext(hotkey_registry.GetShortcutContext(main_window, action_name)); + action->setAutoRepeat(false); this->addAction(action);