mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-10 05:17:19 +00:00
CommonHostInterface: Remove achievements/leaderboards hotkeys on Android
This commit is contained in:
parent
d9412f9fcd
commit
9027864d3d
@ -2023,7 +2023,7 @@ void CommonHostInterface::RegisterGeneralHotkeys()
|
||||
SaveScreenshot();
|
||||
});
|
||||
|
||||
#ifdef WITH_CHEEVOS
|
||||
#if !defined(__ANDROID__) && defined(WITH_CHEEVOS)
|
||||
RegisterHotkey(StaticString(TRANSLATABLE("Hotkeys", "General")), StaticString("OpenAchievements"),
|
||||
StaticString(TRANSLATABLE("Hotkeys", "Open Achievement List")), [this](bool pressed) {
|
||||
if (pressed && System::IsValid())
|
||||
@ -2049,7 +2049,7 @@ void CommonHostInterface::RegisterGeneralHotkeys()
|
||||
}
|
||||
}
|
||||
});
|
||||
#endif
|
||||
#endif // !defined(__ANDROID__) && defined(WITH_CHEEVOS)
|
||||
}
|
||||
|
||||
void CommonHostInterface::RegisterSystemHotkeys()
|
||||
|
Loading…
x
Reference in New Issue
Block a user