SDL: Support exposing an axis directly as the gyro value (closes #2531)

This commit is contained in:
Vicki Pfau 2022-06-14 20:15:26 -07:00
parent f7d8b77bd4
commit 85737f1103
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ Misc:
- Qt: Add e-Card passing to the command line (closes mgba.io/i/2474)
- Qt: Boot both a multiboot image and ROM with CLI args (closes mgba.io/i/1941)
- Qt: Improve cheat parsing (fixes mgba.io/i/2297)
- SDL: Support exposing an axis directly as the gyro value (closes mgba.io/i/2531)
- Windows: Attach to console if present
- Vita: Add bilinear filtering option (closes mgba.io/i/344)