diff --git a/core/hw/naomi/naomi_roms_input.h b/core/hw/naomi/naomi_roms_input.h index 413475d77..53d80bc7a 100644 --- a/core/hw/naomi/naomi_roms_input.h +++ b/core/hw/naomi/naomi_roms_input.h @@ -467,20 +467,7 @@ static InputDescriptors meltyb_inputs = INPUT_5_BUTTONS("LAttack", "MAttack", "H static InputDescriptors toukon4_inputs = INPUT_5_BUTTONS("X", "Y", "R", "A", "B"); -static InputDescriptors hmgeo_inputs = { - { - { NAOMI_BTN0_KEY, "Fire" }, - { NAOMI_BTN1_KEY, "Attack" }, - { NAOMI_BTN3_KEY, "Jump" }, - { NAOMI_BTN4_KEY, "Target" }, - { NAOMI_UP_KEY, "" }, - { NAOMI_DOWN_KEY, "" }, - { NAOMI_LEFT_KEY, "" }, - { NAOMI_RIGHT_KEY, "" }, - NAO_START_DESC - NAO_BASE_BTN_DESC - }, -}; +static InputDescriptors hmgeo_inputs = INPUT_4_BUTTONS("Fire", "Attack", "Jump", "Target"); // // AtomisWave games