From 9a67694963bf206921d4075f31913ad5cc4aa46f Mon Sep 17 00:00:00 2001 From: Raphael Assenat Date: Wed, 22 May 2024 15:32:33 +0900 Subject: [PATCH] Version 2.1.30 --- changelog.txt | 4 ++++ src/version.inc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 009a52f..07ff1d8 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +=== Version 2.1.30 === + - Add Famicom controller to USB adapter firmware v2.2 (Adds two player and SNES controller support) + - On two player adapters, also display the controller type detected in port 2. + === Version 2.1.29 === - Add Dreamcast to USB adapter firmware v2.1 - Should fix most cases of "Failed to open adapter" under Windows when using diff --git a/src/version.inc b/src/version.inc index 00c28e5..0b92241 100644 --- a/src/version.inc +++ b/src/version.inc @@ -1 +1 @@ -VERSION=2.1.29 +VERSION=2.1.30