Version 3.1.1

This commit is contained in:
Raphael Assenat 2016-02-29 18:45:27 -05:00
parent b8be4c754b
commit fb1be3eee5
2 changed files with 4 additions and 1 deletions

View File

@ -1,2 +1,2 @@
OBJS=main.o usb.o usbpad.o mappings.o gcn64_protocol.o n64.o gamecube.o usart1.o bootloader.o eeprom.o config.o hiddata.o usbstrings.o intervaltimer.o version.o gcn64txrx.o gamepads.o
VERSIONSTR=\"3.1.0\"
VERSIONSTR=\"3.1.1\"

View File

@ -1,3 +1,6 @@
- February 29, 2016 : Version 3.1.0
- Fix vibration code for x360ce (Was always on)
- February 24, 2016 : Version 3.1.0
- Add a test rumble command (for GUI tool, or for simple rumble control)
- Adjust Gamecube/N64 wire protocol timing (Fixes Mad Catz controller)