From c65a9af0d397543a8e9ca3a543c53cc62e515d4e Mon Sep 17 00:00:00 2001
From: XargonWan
Date: Tue, 21 Mar 2023 14:08:27 +0000
Subject: [PATCH 1/9] WF: restored unstucker
---
.github/workflows/cooker-selfhosted.yml | 6 +++---
.github/workflows/main-selfhosted.yml | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/cooker-selfhosted.yml b/.github/workflows/cooker-selfhosted.yml
index 32000afe..0401daab 100644
--- a/.github/workflows/cooker-selfhosted.yml
+++ b/.github/workflows/cooker-selfhosted.yml
@@ -17,9 +17,9 @@ jobs:
runs-on: self-hosted
steps:
- # - name: Remove stuck mounts
- # run: sudo umount -f /home/administrator/actions-runner/_work/RetroDECK/RetroDECK/.flatpak-builder/rofiles/*
- # continue-on-error: true
+ - name: Remove stuck mounts
+ run: sudo umount -f /home/ubuntu/actions-runner/_work/RetroDECK/RetroDECK/.flatpak-builder/rofiles/*
+ continue-on-error: true
- name: Generate build ID
id: generating_buildid
diff --git a/.github/workflows/main-selfhosted.yml b/.github/workflows/main-selfhosted.yml
index 7c9d2a71..24c0d8d6 100644
--- a/.github/workflows/main-selfhosted.yml
+++ b/.github/workflows/main-selfhosted.yml
@@ -17,9 +17,9 @@ jobs:
runs-on: self-hosted
steps:
- # - name: Remove stuck mounts
- # run: sudo umount -f /home/administrator/actions-runner/_work/RetroDECK/RetroDECK/.flatpak-builder/rofiles/*
- # continue-on-error: true
+ - name: Remove stuck mounts
+ run: sudo umount -f /home/ubuntu/actions-runner/_work/RetroDECK/RetroDECK/.flatpak-builder/rofiles/*
+ continue-on-error: true
- name: Generate build ID
id: generating_buildid
From 5105eaf855bdc7d88ae3c910b2615199b27b4c85 Mon Sep 17 00:00:00 2001
From: XargonWan
Date: Tue, 21 Mar 2023 14:10:25 +0000
Subject: [PATCH 2/9] WF: restored unstucker
---
rd-submodules/retroarch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rd-submodules/retroarch b/rd-submodules/retroarch
index 0b1cfb79..717b7809 160000
--- a/rd-submodules/retroarch
+++ b/rd-submodules/retroarch
@@ -1 +1 @@
-Subproject commit 0b1cfb79e591e10488a3262d6b38db843c39a409
+Subproject commit 717b78093797270877ec416e58082f1c71d435d8
From a7505ad4f21236dede727e18167b26bbbcf8c410 Mon Sep 17 00:00:00 2001
From: XargonWan
Date: Tue, 21 Mar 2023 14:14:28 +0000
Subject: [PATCH 3/9] WF: restored unstucker [skip ci]
---
.github/workflows/cooker-selfhosted.yml | 1 +
.github/workflows/main-selfhosted.yml | 1 +
2 files changed, 2 insertions(+)
diff --git a/.github/workflows/cooker-selfhosted.yml b/.github/workflows/cooker-selfhosted.yml
index 0401daab..33e2c18c 100644
--- a/.github/workflows/cooker-selfhosted.yml
+++ b/.github/workflows/cooker-selfhosted.yml
@@ -17,6 +17,7 @@ jobs:
runs-on: self-hosted
steps:
+ # Circumventing this bug: https://github.com/flatpak/flatpak-builder/issues/317
- name: Remove stuck mounts
run: sudo umount -f /home/ubuntu/actions-runner/_work/RetroDECK/RetroDECK/.flatpak-builder/rofiles/*
continue-on-error: true
diff --git a/.github/workflows/main-selfhosted.yml b/.github/workflows/main-selfhosted.yml
index 24c0d8d6..7f16a70f 100644
--- a/.github/workflows/main-selfhosted.yml
+++ b/.github/workflows/main-selfhosted.yml
@@ -17,6 +17,7 @@ jobs:
runs-on: self-hosted
steps:
+ # Circumventing this bug: https://github.com/flatpak/flatpak-builder/issues/317
- name: Remove stuck mounts
run: sudo umount -f /home/ubuntu/actions-runner/_work/RetroDECK/RetroDECK/.flatpak-builder/rofiles/*
continue-on-error: true
From b7cc89518861df16e84a9f81b636f7e347768143 Mon Sep 17 00:00:00 2001
From: XargonWan
Date: Tue, 21 Mar 2023 14:53:59 +0000
Subject: [PATCH 4/9] Updated appdata [skip ci]
---
net.retrodeck.retrodeck.appdata.xml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/net.retrodeck.retrodeck.appdata.xml b/net.retrodeck.retrodeck.appdata.xml
index 9445e34f..7010efb4 100644
--- a/net.retrodeck.retrodeck.appdata.xml
+++ b/net.retrodeck.retrodeck.appdata.xml
@@ -66,6 +66,20 @@
GPL-3.0
CC0-1.0
+
+ https://github.com/XargonWan/RetroDECK/releases/tag/0.6.3b
+
+
+ - Added support support for multiple file compression via CLI.
+ - Added support support for multiple file compression in the Configurator.
+ - Fixed some missing layout changes.
+ - Removed the reset tools command.
+ - Fixed a bug in the compression tool with certain filenames with spaces.
+ - Fixed a manifest bug that caused a conflict between Dolphin and Primehack in certain scenarios.
+ - Shipped a new configuration to account for the config format changes made by Yuzu and Citra in the latest updates.
+
+
+
https://github.com/XargonWan/RetroDECK/releases/tag/0.6.2b
From 53d09964e4edf19ba522c01652d57e62a73e2d6b Mon Sep 17 00:00:00 2001
From: XargonWan
Date: Tue, 21 Mar 2023 16:14:44 +0000
Subject: [PATCH 5/9] WF: tag releases as latest [skip ci]
---
.github/workflows/cooker-selfhosted.yml | 3 ++-
.github/workflows/main-selfhosted.yml | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/cooker-selfhosted.yml b/.github/workflows/cooker-selfhosted.yml
index 33e2c18c..0dbf3ad4 100644
--- a/.github/workflows/cooker-selfhosted.yml
+++ b/.github/workflows/cooker-selfhosted.yml
@@ -81,7 +81,8 @@ jobs:
artifacts: "RetroDECK.flatpak,RetroDECK-Artifact.tar.gz"
allowUpdates: true
#prerelease: true
- draft: false
+ makeLatest: true
+ #draft: true
token: ${{ secrets.TRIGGER_BUILD_TOKEN }}
repo: RetroDECK-cooker
continue-on-error: true
diff --git a/.github/workflows/main-selfhosted.yml b/.github/workflows/main-selfhosted.yml
index 7f16a70f..66738986 100644
--- a/.github/workflows/main-selfhosted.yml
+++ b/.github/workflows/main-selfhosted.yml
@@ -82,7 +82,8 @@ jobs:
bodyFile: "body.md"
artifacts: "RetroDECK.flatpak,RetroDECK-Artifact.tar.gz"
allowUpdates: true
- prerelease: true
+ #prerelease: true
+ makeLatest: true
token: ${{ secrets.TRIGGER_BUILD_TOKEN }}
repo: RetroDECK
continue-on-error: true
From c655a84a6bcda921359c39127e9ffc10650a27f8 Mon Sep 17 00:00:00 2001
From: XargonWan
Date: Tue, 21 Mar 2023 16:54:37 +0000
Subject: [PATCH 6/9] Appdata: beatufied
---
net.retrodeck.retrodeck.appdata.xml | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/net.retrodeck.retrodeck.appdata.xml b/net.retrodeck.retrodeck.appdata.xml
index 7010efb4..0fb331e0 100644
--- a/net.retrodeck.retrodeck.appdata.xml
+++ b/net.retrodeck.retrodeck.appdata.xml
@@ -36,14 +36,15 @@
- What is Retrodeck?
- RetroDECK is an emulation and retro gaming solution to catalog and play your game collection directly from Linux in one unified application.
+
What is Retrodeck?
+ RetroDECK is an emulation and retro gaming solution to catalog and play your game collection directly from Linux in one unified application.
It's inspired by other embedded emulation systems like AmberELEC, EmuELEC, CoreELEC, Lakka, and Batocera.
RetroDECK is powered by EmulationStation Desktop Edition, that uses RetroArch and other standalone emulators to allow you to import and play your favorite games in a tidy environment.
No other software is needed as everything it's already included in one package!
BETA NOTICE: RetroDECK is still in Beta and the team is actively developing and adding more features.
About the Beta:
- The primary focus during the beta period is on SteamOS and the Steam Deck but we hope to expand to more devices and general Linux desktop in the future (NOTE: It can be run on Linux desktop right now but there will be some manual configurations needed for input, storage location and other tiny hickups).
+ The primary focus during the beta period is on SteamOS and the Steam Deck but we hope to expand to more devices and general Linux desktop in the future
+ NOTE: It can be run on Linux desktop right now but there will be some manual configurations needed for input, storage location and other tiny hickups.
NOTE: Albeit RetroDECK could possibily work on every distro, it's supported only on Steam Deck.
INSTALLATION INSTRUCTIONS FOR THE STEAM DECK:
@@ -54,13 +55,13 @@
4. [OPTIONAL] Download Steam Grids graphics for RetroDECK with BoilR
- For more detailed information check our wiki:
- https://github.com/XargonWan/RetroDECK/wiki
- If you want to sponsor the project:
- https://www.patreon.com/RetroDECK
- If you want to join the RetroDECK community check our:
- Discord: https://discord.gg/Dz3szYsP8g
- Reddit: https://www.reddit.com/r/RetroDECK/
+ For more detailed information check our wiki:
+ https://github.com/XargonWan/RetroDECK/wiki
+ If you want to sponsor the project:
+ https://www.patreon.com/RetroDECK
+ If you want to join the RetroDECK community check our:
+ Discord: https://discord.gg/Dz3szYsP8g
+ Reddit: https://www.reddit.com/r/RetroDECK/
If you want to help out with the project join the "i-want-to-help" channel on our Discord.
GPL-3.0
From b30a03d7a501843a3b6faaa2de822b97e2f832ac Mon Sep 17 00:00:00 2001
From: XargonWan
Date: Tue, 21 Mar 2023 16:54:51 +0000
Subject: [PATCH 7/9] Appdata: beatufied [skip ci]
---
net.retrodeck.retrodeck.appdata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net.retrodeck.retrodeck.appdata.xml b/net.retrodeck.retrodeck.appdata.xml
index 0fb331e0..4d8cf718 100644
--- a/net.retrodeck.retrodeck.appdata.xml
+++ b/net.retrodeck.retrodeck.appdata.xml
@@ -489,4 +489,4 @@
-
\ No newline at end of file
+
From 1beb92465b340628122fd58be24e963c498e0ef6 Mon Sep 17 00:00:00 2001
From: XargonWan
Date: Tue, 21 Mar 2023 17:10:00 +0000
Subject: [PATCH 8/9] Appdata: updated [skip ci]
---
net.retrodeck.retrodeck.appdata.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/net.retrodeck.retrodeck.appdata.xml b/net.retrodeck.retrodeck.appdata.xml
index 4d8cf718..b0c007cf 100644
--- a/net.retrodeck.retrodeck.appdata.xml
+++ b/net.retrodeck.retrodeck.appdata.xml
@@ -45,7 +45,6 @@
About the Beta:
The primary focus during the beta period is on SteamOS and the Steam Deck but we hope to expand to more devices and general Linux desktop in the future
NOTE: It can be run on Linux desktop right now but there will be some manual configurations needed for input, storage location and other tiny hickups.
- NOTE: Albeit RetroDECK could possibily work on every distro, it's supported only on Steam Deck.
INSTALLATION INSTRUCTIONS FOR THE STEAM DECK:
From 682e62f7517866dc17168ce33cd3d4ab014decb2 Mon Sep 17 00:00:00 2001
From: XargonWan
Date: Tue, 21 Mar 2023 20:01:40 +0100
Subject: [PATCH 9/9] CITRA: removed fullscreen
---
es-configs/es_systems.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/es-configs/es_systems.xml b/es-configs/es_systems.xml
index f48f4f24..8597d371 100644
--- a/es-configs/es_systems.xml
+++ b/es-configs/es_systems.xml
@@ -824,7 +824,7 @@
Nintendo 3DS
%ROMPATH%/n3ds
.3ds .3DS .3dsx .3DSX .app .APP .axf .AXF .cci .CCI .cxi .CXI .elf .ELF .7z .7Z .zip .ZIP
- %EMULATOR_CITRA% -f %ROM%
+ %EMULATOR_CITRA% %ROM%
%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/citra_libretro.so %ROM%
%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/citra2018_libretro.so %ROM%
n3ds
@@ -1619,4 +1619,4 @@
tools
tools
-
\ No newline at end of file
+