From 5b7597523746d2e840bfc067a99b7557e657fb4e Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Thu, 19 Jun 2025 17:29:25 +0200 Subject: [PATCH] naomi: fix zombie revenge analog stick for P2 Issue #1980 --- core/hw/naomi/naomi_roms_input.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/hw/naomi/naomi_roms_input.h b/core/hw/naomi/naomi_roms_input.h index 928089bb8..dd52a12d7 100644 --- a/core/hw/naomi/naomi_roms_input.h +++ b/core/hw/naomi/naomi_roms_input.h @@ -413,6 +413,8 @@ static InputDescriptors zombie_inputs = { { { "UP - DOWN", Full, 1, true }, { "LEFT - RIGHT", Full, 0, true }, + { "", Half, 4 }, // unused but P2 starts at axis 4 + { "", Half, 5 }, // unused but P2 starts at axis 4 }, };