diff --git a/Changelog.txt b/Changelog.txt index ea0d94d..38b26ce 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,6 @@ +--- v1.3 (April 2012) +- Added support for SNES multitaps in 4 player mode. + --- v1.2 (May 2, 2009) - License changed to GPLv2 - Implemented "Live autodetection". This allows NES and SNES controllers to be diff --git a/fournsnes.c b/fournsnes.c index b0e55c1..106f311 100644 --- a/fournsnes.c +++ b/fournsnes.c @@ -1,7 +1,7 @@ /* Name: fournsnes.c * Project: Multiple NES/SNES to USB converter * Author: Raphael Assenat - * Copyright: (C) 2007-2009 Raphael Assenat + * Copyright: (C) 2007-2012 Raphael Assenat * License: GPLv2 * Tabsize: 4 */