Back to Provenance

3224

.changelog/3224.md

3.3.1483 B
Original Source

Fixed

  • Doom Fire/Strafe button swapPVDoomButtonFire now correctly routes to JOYPAD_X (buttonY/north = Fire) and PVDoomButtonStrafe to JOYPAD_A (buttonB/east = Strafe On) in PrBoom Gamepad Classic layout.
  • PrBoom touch mouse not working — Mouse movement now uses relative delta (mouse_rel_x/y) for PrBoom/Doom, matching the RETRO_DEVICE_MOUSE interface PrBoom uses. Previously, absolute screen coordinates were written instead, which PrBoom does not read.