summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControlReference
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2020-04-07 18:02:35 +0200
committerJosJuice <josjuice@gmail.com>2020-09-08 16:27:09 +0200
commitcf51642c17878ddeebee4397b03b46f10871bf47 (patch)
treed69e7c6774ca0b52b407146db36160412168a395 /Source/Core/InputCommon/ControlReference
parent67761c7d313193d88d5262483aaeda5e47f0980f (diff)
Android: Use Back to open the emulation menu on all devices
https://bugs.dolphin-emu.org/issues/12029 We currently have one way of opening the menu on touch screen devices (swiping down from the top of the screen to bring up the action bar and selecting the menu in the action bar), and another way of opening the menu on Android TV (pressing Back). However, some devices that claim to support touch (or don't support leanback? Dolphin currently conflates the two) don't actually let you swipe down from the top of the screen in the way that Dolphin expects, notably Chromebooks. There are also some phones where you can swipe down from the top of the screen but this for some reason doesn't lead to the action bar becoming visible, though we are getting less reports about this nowadays than in the past. This change makes us use the Back method on all devices, since it should work on all devices with no significant drawbacks. Unfortunately, we not only have two different ways of triggering the menu but actually two entirely different menus, with the non-touch menu not implementing options that only are revelant when using a touch screen. A later commit will add the missing features to the menu that we now use on all devices.
Diffstat (limited to 'Source/Core/InputCommon/ControlReference')
0 files changed, 0 insertions, 0 deletions