From b6984161ec0e88e2aa4053edf639061cdd31b906 Mon Sep 17 00:00:00 2001 From: Bkg2k Date: Sun, 2 Jan 2022 10:09:12 +0100 Subject: [PATCH] fix: fix bt controllers connection & standby modes in emulationstation --- CHANGELOG.md | 1 + RELEASE-NOTES.md | 1 + TESTING.md | 1 + .../recalbox-emulationstation2/recalbox-emulationstation2.mk | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d919e96265..d158c97ff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file. - Fix rotated DPAD in PCSX2 (PS2 emulator) - Fix fbneo screenscraper id (#2077) - Fix PC88 & Spectravideo scraping +- Fix BT controllers not being reconized in ES ## [8.0-Electron] - Remove non-working shaders diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 2123ef51c4..45551baad7 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -14,6 +14,7 @@ as release notes for end user on a Recalbox upgrade. - Fix "Configuration" tab save feature in manager. - Fix PC88 & Spectravideo scraping - Fix rotated DPAD in PCSX2 (PS2 emulator) +- Fix BT controllers not being reconized in ES ## Version 8.0-Electron diff --git a/TESTING.md b/TESTING.md index 1c4bc43d49..f66203964e 100644 --- a/TESTING.md +++ b/TESTING.md @@ -37,6 +37,7 @@ Pour les pending features, elles ne seront activées que si les beta testeurs le - [ ] Open SSID (passwordless) - [ ] Test 2 letters extentions (.md / .st) - [ ] Test DPAD in PCSX2 +- [ ] Test pairing & standby (entering/quitting) of BT controllers ## [7.3.1] - [ ] Bumped libretro core Genesis-Plus-GX. Check core works on all boards. No loss of fps, even on pizero (#1994) diff --git a/package/recalbox-emulationstation2/recalbox-emulationstation2.mk b/package/recalbox-emulationstation2/recalbox-emulationstation2.mk index 1378fa420f..e9417834a4 100644 --- a/package/recalbox-emulationstation2/recalbox-emulationstation2.mk +++ b/package/recalbox-emulationstation2/recalbox-emulationstation2.mk @@ -4,7 +4,7 @@ # ################################################################################ -RECALBOX_EMULATIONSTATION2_VERSION = 363946877dcadf56d4ed243a3cc823d5177ca509 +RECALBOX_EMULATIONSTATION2_VERSION = 4e7fd130f68f02cedb141faf8ddba25852e1af7c RECALBOX_EMULATIONSTATION2_SITE = https://gitlab.com/recalbox/recalbox-emulationstation.git RECALBOX_EMULATIONSTATION2_SITE_METHOD = git RECALBOX_EMULATIONSTATION2_LICENSE = MIT -- GitLab