From 54579507804446d691163027409c40579d340c21 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Thu, 10 Apr 2025 14:02:50 +0900 Subject: [PATCH 1/2] fix(configurator): wrong meny call after add RetroDECK to Steam --- tools/configurator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configurator.sh b/tools/configurator.sh index bb91ecb4..ef06e22e 100755 --- a/tools/configurator.sh +++ b/tools/configurator.sh @@ -1278,7 +1278,7 @@ configurator_steam_tools_dialog() { --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \ --text="Adding RetroDECK to Steam, please wait..." \ --pulsate --width=500 --height=150 --auto-close --no-cancel - configurator_tools_dialog + configurator_steam_tools_dialog ;; "Automatic Steam Sync" ) From bd62eecf8901212308b9e0930a0fd3eb266b81b6 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Thu, 10 Apr 2025 22:43:58 +0900 Subject: [PATCH 2/2] feat(features): add logging paths for RetroDECK, RetroArch, PrimeHack, Ruffle, Vita3K, RPCS3 and Dolphin [skip ci] --- config/retrodeck/reference_lists/features.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config/retrodeck/reference_lists/features.json b/config/retrodeck/reference_lists/features.json index 082fabc2..c0e775ce 100644 --- a/config/retrodeck/reference_lists/features.json +++ b/config/retrodeck/reference_lists/features.json @@ -842,7 +842,8 @@ "description": "RetroDECK Framework", "name": "RetroDECK", "url": "https://retrodeck.net/", - "cli-arg": "--version" + "cli-arg": "--version", + "logs": "$XDG_CONFIG_HOME/retrodeck/logs/retrodeck.log" }, "retroarch": { "description": "Libretro Multi-emulator Frontend", @@ -851,6 +852,7 @@ "launch": "retroarch", "cli-arg": "--version", "system": "retroarch", + "logs": "$logs_folder/retroarch/retroarch.log", "properties": [ { "cheevos": true, @@ -1045,6 +1047,7 @@ "url": "https://retrodeck.readthedocs.io/en/latest/wiki_about/what-is-retrodeck/", "system": "flash", "launch": "ruffle-rdwrapper.sh", + "logs": "$XDG_CACHE_HOME/ruffle/ruffle.log", "cli-arg": "" }, "melonds": { @@ -1103,6 +1106,7 @@ "url": "https://retrodeck.readthedocs.io/en/latest/wiki_emulator_guides/vita3k/vita3k-guide/", "system": "psvita", "launch": "Vita3K", + "logs": "$XDG_CACHE_HOME/Vita3K/vita3k.log", "cli-arg": "" }, "rpcs3": { @@ -1113,6 +1117,7 @@ "launch": "rpcs3", "cli-arg": "--version", "launch-override": "cd $(dirname $game) && rpcs3 $game", + "logs": "$XDG_CACHE_HOME/rpcs3/RPCS3.log", "properties": [ { "ask_to_exit": true @@ -1143,6 +1148,7 @@ "url": "https://retrodeck.readthedocs.io/en/latest/wiki_emulator_guides/dolphin-primehack/dolphin-primehack-guide/", "launch": "dolphin-emu-wrapper", "cli-arg": "--version", + "logs": "$XDG_DATA_HOME/dolphin-emu/dolphin.log", "system": [ "gc", "wii" @@ -1163,6 +1169,7 @@ "url": "https://retrodeck.readthedocs.io/en/latest/wiki_emulator_guides/dolphin-primehack/dolphin-primehack-guide/", "launch": "primehack-wrapper", "cli-arg": "--version", + "logs": "$XDG_DATA_HOME/primehack/Logs/dolphin.log", "system": [ "wii" ],