Skip to content

Commit

Permalink
sgdrvsim: axis 0 is master audio volume, not wheel
Browse files Browse the repository at this point in the history
Use (unused) axis 4 instead. Wheel position is read with the ffb drive
board, not JVS.
Map clutch to left trigger 2.
Issue #1636
  • Loading branch information
flyinghead committed Sep 16, 2024
1 parent 5393235 commit 38de286
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/hw/naomi/naomi_roms_input.h
Original file line number Diff line number Diff line change
Expand Up @@ -716,10 +716,11 @@ static InputDescriptors drvsim_inputs = {
// WIPER-HI
},
{
{ "Master", Full, 0, true },
{ "", Full, ~0u, true }, // Master audio volume
{ "Accelerator", Half, 4 },
{ "Brake", Half, 5 },
{ "Clutch", Full, 1 },
{ "Clutch", Half, 6 },
{ "Wheel", Full, 0, true }, // only read via ffb board, not jvs
},
};

Expand Down

0 comments on commit 38de286

Please sign in to comment.