From 36b7ee6cdca1c7fd32f3c3e5862632cd16699316 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Sun, 8 Sep 2024 14:35:45 +0900 Subject: [PATCH] FEATURES: added more launch args --- .../retrodeck/reference_lists/features.json | 24 +++++++++++-------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/config/retrodeck/reference_lists/features.json b/config/retrodeck/reference_lists/features.json index 962f5adc..c256aeb4 100644 --- a/config/retrodeck/reference_lists/features.json +++ b/config/retrodeck/reference_lists/features.json @@ -960,7 +960,8 @@ "system": [ "arcade" ], - "launch": "mame" + "launch": "mame", + "launch-args": "-inipath /var/config/mame/ini -rompath $(dirname \"$game\") $game" }, "citra": { "description": "Citra Nintendo 3DS Emulator (via Ponzu)", @@ -976,19 +977,19 @@ } ] }, - "ruffle": { - "description": "Flash Games emulator", - "name" : "Ruffle", - "url": "https://retrodeck.readthedocs.io/en/latest/wiki_about/what-is-retrodeck/", - "system" : "flash", - "launch": "ruffle-rd-wrapper.sh" - }, + "ruffle": { + "description": "Flash Games emulator", + "name" : "Ruffle", + "url": "https://retrodeck.readthedocs.io/en/latest/wiki_about/what-is-retrodeck/", + "system" : "flash", + "launch": "ruffle-rd-wrapper.sh" + }, "melonds": { "description": "MelonDS Nintendo DS Emulator", "name": "melonds", "url": "https://retrodeck.readthedocs.io/en/latest/wiki_emulator_guides/melonds/melonds-guide/", "system": "nds", - "launch": "MelonDS" + "launch": "melonDS" }, "pcsx2": { "name": "pcsx2", @@ -996,6 +997,7 @@ "url": "https://retrodeck.readthedocs.io/en/latest/wiki_emulator_guides/pcsx2/pcsx2-guide/", "system": "ps2", "launch": "pcsx2-qt", + "launch_args": "-batch $game", "properties": [ { "ask_to_exit": true, @@ -1008,6 +1010,7 @@ "description": "PlayStation Emulator", "url": "https://retrodeck.readthedocs.io/en/latest/wiki_emulator_guides/duckstation/duckstation-guide/", "launch": "duckstation-qt", + "launch-args": "-batch $game", "system": "psx", "properties": [ { @@ -1034,7 +1037,8 @@ "description": "Vita3K PSVita Emulator", "url": "https://retrodeck.readthedocs.io/en/latest/wiki_emulator_guides/vita3k/vita3k-guide/", "system": "psvita", - "launch": "Vita3K" + "launch": "Vita3K", + "launch_args": "-r $game.psvita" }, "rpcs3": { "name": "RPCS3",