mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
feat(features): add logging paths for RetroDECK, RetroArch, PrimeHack, Ruffle, Vita3K, RPCS3 and Dolphin [skip ci]
This commit is contained in:
parent
5457950780
commit
bd62eecf89
|
|
@ -842,7 +842,8 @@
|
||||||
"description": "RetroDECK Framework",
|
"description": "RetroDECK Framework",
|
||||||
"name": "RetroDECK",
|
"name": "RetroDECK",
|
||||||
"url": "https://retrodeck.net/",
|
"url": "https://retrodeck.net/",
|
||||||
"cli-arg": "--version"
|
"cli-arg": "--version",
|
||||||
|
"logs": "$XDG_CONFIG_HOME/retrodeck/logs/retrodeck.log"
|
||||||
},
|
},
|
||||||
"retroarch": {
|
"retroarch": {
|
||||||
"description": "Libretro Multi-emulator Frontend",
|
"description": "Libretro Multi-emulator Frontend",
|
||||||
|
|
@ -851,6 +852,7 @@
|
||||||
"launch": "retroarch",
|
"launch": "retroarch",
|
||||||
"cli-arg": "--version",
|
"cli-arg": "--version",
|
||||||
"system": "retroarch",
|
"system": "retroarch",
|
||||||
|
"logs": "$logs_folder/retroarch/retroarch.log",
|
||||||
"properties": [
|
"properties": [
|
||||||
{
|
{
|
||||||
"cheevos": true,
|
"cheevos": true,
|
||||||
|
|
@ -1045,6 +1047,7 @@
|
||||||
"url": "https://retrodeck.readthedocs.io/en/latest/wiki_about/what-is-retrodeck/",
|
"url": "https://retrodeck.readthedocs.io/en/latest/wiki_about/what-is-retrodeck/",
|
||||||
"system": "flash",
|
"system": "flash",
|
||||||
"launch": "ruffle-rdwrapper.sh",
|
"launch": "ruffle-rdwrapper.sh",
|
||||||
|
"logs": "$XDG_CACHE_HOME/ruffle/ruffle.log",
|
||||||
"cli-arg": ""
|
"cli-arg": ""
|
||||||
},
|
},
|
||||||
"melonds": {
|
"melonds": {
|
||||||
|
|
@ -1103,6 +1106,7 @@
|
||||||
"url": "https://retrodeck.readthedocs.io/en/latest/wiki_emulator_guides/vita3k/vita3k-guide/",
|
"url": "https://retrodeck.readthedocs.io/en/latest/wiki_emulator_guides/vita3k/vita3k-guide/",
|
||||||
"system": "psvita",
|
"system": "psvita",
|
||||||
"launch": "Vita3K",
|
"launch": "Vita3K",
|
||||||
|
"logs": "$XDG_CACHE_HOME/Vita3K/vita3k.log",
|
||||||
"cli-arg": ""
|
"cli-arg": ""
|
||||||
},
|
},
|
||||||
"rpcs3": {
|
"rpcs3": {
|
||||||
|
|
@ -1113,6 +1117,7 @@
|
||||||
"launch": "rpcs3",
|
"launch": "rpcs3",
|
||||||
"cli-arg": "--version",
|
"cli-arg": "--version",
|
||||||
"launch-override": "cd $(dirname $game) && rpcs3 $game",
|
"launch-override": "cd $(dirname $game) && rpcs3 $game",
|
||||||
|
"logs": "$XDG_CACHE_HOME/rpcs3/RPCS3.log",
|
||||||
"properties": [
|
"properties": [
|
||||||
{
|
{
|
||||||
"ask_to_exit": true
|
"ask_to_exit": true
|
||||||
|
|
@ -1143,6 +1148,7 @@
|
||||||
"url": "https://retrodeck.readthedocs.io/en/latest/wiki_emulator_guides/dolphin-primehack/dolphin-primehack-guide/",
|
"url": "https://retrodeck.readthedocs.io/en/latest/wiki_emulator_guides/dolphin-primehack/dolphin-primehack-guide/",
|
||||||
"launch": "dolphin-emu-wrapper",
|
"launch": "dolphin-emu-wrapper",
|
||||||
"cli-arg": "--version",
|
"cli-arg": "--version",
|
||||||
|
"logs": "$XDG_DATA_HOME/dolphin-emu/dolphin.log",
|
||||||
"system": [
|
"system": [
|
||||||
"gc",
|
"gc",
|
||||||
"wii"
|
"wii"
|
||||||
|
|
@ -1163,6 +1169,7 @@
|
||||||
"url": "https://retrodeck.readthedocs.io/en/latest/wiki_emulator_guides/dolphin-primehack/dolphin-primehack-guide/",
|
"url": "https://retrodeck.readthedocs.io/en/latest/wiki_emulator_guides/dolphin-primehack/dolphin-primehack-guide/",
|
||||||
"launch": "primehack-wrapper",
|
"launch": "primehack-wrapper",
|
||||||
"cli-arg": "--version",
|
"cli-arg": "--version",
|
||||||
|
"logs": "$XDG_DATA_HOME/primehack/Logs/dolphin.log",
|
||||||
"system": [
|
"system": [
|
||||||
"wii"
|
"wii"
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue