mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 02:47:57 -05:00
settings: Fix Debug controller type options
This commit is contained in:
@ -38,8 +38,6 @@ const std::array<std::string, ConfigureInputPlayer::ANALOG_SUB_BUTTONS_NUM>
|
||||
|
||||
namespace {
|
||||
|
||||
constexpr std::size_t HANDHELD_INDEX = 8;
|
||||
|
||||
QString GetKeyName(int key_code) {
|
||||
switch (key_code) {
|
||||
case Qt::Key_Shift:
|
||||
|
Reference in New Issue
Block a user