gitadora: (arena model) fix j32d encoding & use velocity (#483)

## Link to GitHub Issue, if one exists
N/A

## Description of change
in current implementation j32d analog values are not encoded properly,
values are supposed to go up to 1023, but they show up as 771 in game

## Testing
tested with M32-007-2025092400, used DM PAD CALIBRATION menu
This commit is contained in:
oleg238948234
2025-12-30 13:29:43 +05:00
committed by GitHub
parent ab3d41432a
commit 69d78e0a87
2 changed files with 21 additions and 31 deletions
+1 -1
View File
@@ -22,4 +22,4 @@ namespace games::gitadora {
uint8_t pedals;
};
};
}
}