diff --git a/CHANGELOG.md b/CHANGELOG.md index d919e96265f30da94283c5626789dc07568c5533..d158c97ff41c0d0e20f4091e0ce22fc4c850cc71 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 2123ef51c4b8b5fc91a62e41d6151d3c7cd50238..45551baad7da6527f3d6c618d73047b240faa446 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 1c4bc43d4961f31c15c231ce28f061a69c3e25a9..f66203964e4e02c87d8094f4253cedded6cd7ee6 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 1378fa420fd604646f11e178af1582ebe4f1bc76..e9417834a4944e89f726cf24d3dbce2ad1328e17 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