mirror of
https://github.com/stenzek/duckstation.git
synced 2024-11-23 05:49:43 +00:00
CommonHostInterface: Remove Rewind hotkey on Android
It's not enablable in the UI anywhere.
This commit is contained in:
parent
2446e945a7
commit
5f6fce9d98
@ -1676,6 +1676,7 @@ void CommonHostInterface::RegisterGeneralHotkeys()
|
||||
DoFrameStep();
|
||||
});
|
||||
|
||||
#ifndef __ANDROID__
|
||||
RegisterHotkey(StaticString(TRANSLATABLE("Hotkeys", "General")), StaticString("Rewind"),
|
||||
StaticString(TRANSLATABLE("Hotkeys", "Rewind")), [this](bool pressed) {
|
||||
if (System::IsValid())
|
||||
@ -1686,6 +1687,7 @@ void CommonHostInterface::RegisterGeneralHotkeys()
|
||||
System::SetRewinding(pressed);
|
||||
}
|
||||
});
|
||||
#endif
|
||||
}
|
||||
|
||||
void CommonHostInterface::RegisterGraphicsHotkeys()
|
||||
|
Loading…
Reference in New Issue
Block a user