naomi: fix zombie revenge analog stick for P2

Issue #1980
This commit is contained in:
Flyinghead 2025-06-19 17:29:25 +02:00
parent b10db5a078
commit 5b75975237
1 changed files with 2 additions and 0 deletions

View File

@ -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
},
};