Skip to content

Commit

Permalink
naomi: fix button labels for hmgeo
Browse files Browse the repository at this point in the history
Issue #841
  • Loading branch information
flyinghead committed Dec 25, 2022
1 parent 171c41d commit 85188bf
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions core/hw/naomi/naomi_roms_input.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85188bf

Please sign in to comment.