From 683ec492f387da890aeef44303841b03053d2e5d Mon Sep 17 00:00:00 2001 From: paradadf Date: Fri, 22 Jan 2021 11:45:48 +0000 Subject: [PATCH] chore(es): use back upstream repo --- CHANGELOG.md | 1 + RELEASE-NOTES.md | 1 + .../recalbox-emulationstation2/recalbox-emulationstation2.mk | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22cd0d26e5..92ea0a3b75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -88,6 +88,7 @@ All notable changes to this project will be documented in this file. - Fix wifi support for open, WPA-PSK-SHA256 and WPA3-Personal (#1492) - Fix 8Bitdo NES30 Pro rev 1 mapping - Fix name for palmos rom +- Go back to upstream nanosvg ## [7.1.1-Reloaded] - Fix abnormally long boots diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 9553203359..53d76670cc 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -26,6 +26,7 @@ - Bump Amiberry to version 3.3 - Bump Stella (A2600) to fix lots of games (Pitfall II among many others) - Set default overlay to vc4-kms-v3d on RPI4 (better 3D performance) +- Go back to upstream nanosvg repository ### Fixes - Fix Dolphin emulator diff --git a/package/recalbox-emulationstation2/recalbox-emulationstation2.mk b/package/recalbox-emulationstation2/recalbox-emulationstation2.mk index f5e4d884b0..7658dcd735 100644 --- a/package/recalbox-emulationstation2/recalbox-emulationstation2.mk +++ b/package/recalbox-emulationstation2/recalbox-emulationstation2.mk @@ -4,7 +4,7 @@ # ################################################################################ -RECALBOX_EMULATIONSTATION2_VERSION = f82c917782106bc9d7938d22ae954fb0ee5f6188 +RECALBOX_EMULATIONSTATION2_VERSION = 3dae496bed3d20915afc00971fd4ece8c454da9c RECALBOX_EMULATIONSTATION2_SITE = https://gitlab.com/recalbox/recalbox-emulationstation.git RECALBOX_EMULATIONSTATION2_SITE_METHOD = git RECALBOX_EMULATIONSTATION2_LICENSE = MIT -- GitLab