From 48b16c4971ac9c3a51c5da0b5e97d28d48c6ee4a Mon Sep 17 00:00:00 2001 From: digitalLumberjack Date: Sat, 1 May 2021 12:44:06 +0200 Subject: [PATCH 1/2] feat(swanstation): added swanstation libretro core on rpi2 --- CHANGELOG.md | 1 + RELEASE-NOTES.md | 1 + TESTING.md | 1 + configs/recalbox-rpi2_defconfig | 1 + 4 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb2ad83b14..c65a22d381 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ All notable changes to this project will be documented in this file. - Fix hiding a game wipe all its metadata - Fix theme swithing & theme option edition - Improved .cue/.gdi/.m3u subfile detection +- Added Swanstation libretro core on rpi2 ## [7.2-Reloaded] - Bump libretro-mame diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index b729cfd162..b34b630cf3 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -31,6 +31,7 @@ - Fix hiding a game wipe all its metadata - Fix theme display after switching theme or editing theme options - Fix some files referenced in .cue/.gdi/.m3u not being ignored by the scraper +- Swanstation has been added on rpi2 ## 7.2-Reloaded diff --git a/TESTING.md b/TESTING.md index 2047fcac95..54982a0bc7 100644 --- a/TESTING.md +++ b/TESTING.md @@ -12,6 +12,7 @@ Toutes les cases doivent être cochées avant la release stable. Pour les pending features, elles ne seront activées que si les beta testeurs les valident selon les critères de qualité de Recalbox. ## [7.2.1-Reloaded] +- [ ] Test swanstation performance on rpi2 - [ ] Switch one theme option, then cancel the ES reboot. Leave the menu. Enter the option menu again. Switch another option and let ES to reboot. Then check both options are OK - [ ] Switch one theme option, let ES to reboot, then check if the option is ok - [ ] Switch theme and let ES to reboot, then check the theme is displayed properly diff --git a/configs/recalbox-rpi2_defconfig b/configs/recalbox-rpi2_defconfig index 295e37c96b..17e84aa34b 100644 --- a/configs/recalbox-rpi2_defconfig +++ b/configs/recalbox-rpi2_defconfig @@ -316,6 +316,7 @@ BR2_PACKAGE_LIBRETRO_TGBDUAL=y BR2_PACKAGE_LIBRETRO_THEODORE=y BR2_PACKAGE_LIBRETRO_TIC80=y BR2_PACKAGE_LIBRETRO_TYRQUAKE=y +BR2_PACKAGE_LIBRETRO_SWANSTATION=y BR2_PACKAGE_LIBRETRO_UAE=y BR2_PACKAGE_LIBRETRO_UZEM=y BR2_PACKAGE_LIBRETRO_VECX=y -- GitLab From 4410547ff46519777b88521fdcaf01930f5baa20 Mon Sep 17 00:00:00 2001 From: digitalLumberjack Date: Sat, 1 May 2021 12:50:29 +0200 Subject: [PATCH 2/2] feat(swanstation): added swanstation libretro core on rpi1 --- CHANGELOG.md | 2 +- RELEASE-NOTES.md | 2 +- TESTING.md | 2 +- configs/recalbox-rpi1_defconfig | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c65a22d381..c57baf663d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,7 +36,7 @@ All notable changes to this project will be documented in this file. - Fix hiding a game wipe all its metadata - Fix theme swithing & theme option edition - Improved .cue/.gdi/.m3u subfile detection -- Added Swanstation libretro core on rpi2 +- Added Swanstation libretro core on rpi2 and rpi1/0 ## [7.2-Reloaded] - Bump libretro-mame diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index b34b630cf3..4454865140 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -31,7 +31,7 @@ - Fix hiding a game wipe all its metadata - Fix theme display after switching theme or editing theme options - Fix some files referenced in .cue/.gdi/.m3u not being ignored by the scraper -- Swanstation has been added on rpi2 +- Swanstation has been added on rpi2 and rpi1 ## 7.2-Reloaded diff --git a/TESTING.md b/TESTING.md index 54982a0bc7..5dbe35336a 100644 --- a/TESTING.md +++ b/TESTING.md @@ -12,7 +12,7 @@ Toutes les cases doivent être cochées avant la release stable. Pour les pending features, elles ne seront activées que si les beta testeurs les valident selon les critères de qualité de Recalbox. ## [7.2.1-Reloaded] -- [ ] Test swanstation performance on rpi2 +- [ ] Test swanstation performance on rpi2 and rpi1/0 - [ ] Switch one theme option, then cancel the ES reboot. Leave the menu. Enter the option menu again. Switch another option and let ES to reboot. Then check both options are OK - [ ] Switch one theme option, let ES to reboot, then check if the option is ok - [ ] Switch theme and let ES to reboot, then check the theme is displayed properly diff --git a/configs/recalbox-rpi1_defconfig b/configs/recalbox-rpi1_defconfig index cb8e9bc2d5..0e9d0bbced 100644 --- a/configs/recalbox-rpi1_defconfig +++ b/configs/recalbox-rpi1_defconfig @@ -302,6 +302,7 @@ BR2_PACKAGE_LIBRETRO_TGBDUAL=y BR2_PACKAGE_LIBRETRO_THEODORE=y BR2_PACKAGE_LIBRETRO_TIC80=y BR2_PACKAGE_LIBRETRO_TYRQUAKE=y +BR2_PACKAGE_LIBRETRO_SWANSTATION=y BR2_PACKAGE_LIBRETRO_UZEM=y BR2_PACKAGE_LIBRETRO_VECX=y BR2_PACKAGE_LIBRETRO_VICE=y -- GitLab