diff --git a/Makefile.inc b/Makefile.inc index f4613e0..fa0692d 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,3 +1,3 @@ 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 gcn64txrx0.o gcn64txrx1.o gcn64txrx2.o gcn64txrx3.o gamepads.o stkchk.o -VERSIONSTR=\"3.4.0\" +VERSIONSTR=\"3.4.1\" VERSIONSTR_SHORT=\"3.4\" diff --git a/changelog.txt b/changelog.txt index 7c3beea..67301f7 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +- August 14, 2017 : Version 3.4.1 + - Add a "triggers as buttons" mode for Gamecube controllers + - January 8, 2017 : Version 3.4.0 - New IO request for even lower latency when using the raphnetraw plugins - Reduced memory footprint