mirror of https://github.com/mgba-emu/mgba.git
Qt: Unbind apostrophe from GameShark button by default
This commit is contained in:
parent
b00a04099f
commit
5d1fdf3b24
|
@ -1723,7 +1723,7 @@ void Window::setupMenu(QMenuBar* menubar) {
|
||||||
if (m_controller) {
|
if (m_controller) {
|
||||||
mCheatPressButton(m_controller->cheatDevice(), held);
|
mCheatPressButton(m_controller->cheatDevice(), held);
|
||||||
}
|
}
|
||||||
}, "tools", QKeySequence(Qt::Key_Apostrophe));
|
}, "tools");
|
||||||
|
|
||||||
m_actions.addHiddenMenu(tr("Autofire"), "autofire");
|
m_actions.addHiddenMenu(tr("Autofire"), "autofire");
|
||||||
m_actions.addHeldAction(tr("Autofire A"), "autofireA", [this](bool held) {
|
m_actions.addHeldAction(tr("Autofire A"), "autofireA", [this](bool held) {
|
||||||
|
|
Loading…
Reference in New Issue