mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
DOLPHIN: added achievements support
This commit is contained in:
parent
6cb0c3b712
commit
5be1710385
10
config/dolphin/RetroAchievements.ini
Normal file
10
config/dolphin/RetroAchievements.ini
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
[Achievements]
|
||||||
|
ApiToken =
|
||||||
|
DiscordPresenceEnabled = True
|
||||||
|
Enabled = False
|
||||||
|
EncoreEnabled = True
|
||||||
|
HardcoreEnabled = False
|
||||||
|
ProgressEnabled = False
|
||||||
|
SpectatorEnabled = False
|
||||||
|
UnofficialEnabled = False
|
||||||
|
Username =
|
|
@ -1,2 +1,6 @@
|
||||||
config_file_format^dolphin
|
config_file_format^dolphin
|
||||||
change^ask_to_exit^ConfirmStop^True^Interface^$dolphinconf^$config/dolphin/Dolphin.ini
|
change^ask_to_exit^ConfirmStop^True^Interface^$dolphinconf^$config/dolphin/Dolphin.ini
|
||||||
|
change^cheevos^Enabled^True^Achievements^$dolphinCheevosConf^$config/dolphin-emu/RetroAchievements.ini
|
||||||
|
change^cheevos^ApiToken^$cheevos_token^Achievements^$dolphinCheevosConf^$config/dolphin-emu/RetroAchievements.ini
|
||||||
|
change^cheevos^Username^$cheevos_username^Achievements^$dolphinCheevosConf^$config/dolphin-emu/RetroAchievements.ini
|
||||||
|
change^cheevos_hardcore^HardcoreEnabled^True^Achievements^$dolphinCheevosConf^$config/dolphin-emu/RetroAchievements.ini
|
||||||
|
|
|
@ -47,12 +47,14 @@ duckstation=false
|
||||||
pcsx2=false
|
pcsx2=false
|
||||||
retroarch=false
|
retroarch=false
|
||||||
ppsspp=false
|
ppsspp=false
|
||||||
|
dolphin=false
|
||||||
|
|
||||||
[cheevos_hardcore]
|
[cheevos_hardcore]
|
||||||
duckstation=false
|
duckstation=false
|
||||||
pcsx2=false
|
pcsx2=false
|
||||||
retroarch=false
|
retroarch=false
|
||||||
ppsspp=false
|
ppsspp=false
|
||||||
|
dolphin=false
|
||||||
|
|
||||||
[rewind]
|
[rewind]
|
||||||
gb=false
|
gb=false
|
||||||
|
|
|
@ -108,6 +108,7 @@ dolphingfxconf="/var/config/dolphin-emu/GFX.ini"
|
||||||
dolphinhkconf="/var/config/dolphin-emu/Hotkeys.ini"
|
dolphinhkconf="/var/config/dolphin-emu/Hotkeys.ini"
|
||||||
dolphinqtconf="/var/config/dolphin-emu/Qt.ini"
|
dolphinqtconf="/var/config/dolphin-emu/Qt.ini"
|
||||||
dolphinDynamicInputTexturesPath="/var/data/dolphin-emu/Load/DynamicInputTextures"
|
dolphinDynamicInputTexturesPath="/var/data/dolphin-emu/Load/DynamicInputTextures"
|
||||||
|
dolphinCheevosConf="/var/config/dolphin-emu/RetroAchievements.ini"
|
||||||
|
|
||||||
# PCSX2 config files
|
# PCSX2 config files
|
||||||
|
|
||||||
|
|
|
@ -65,6 +65,8 @@
|
||||||
<description>
|
<description>
|
||||||
<p>New Additions:</p>
|
<p>New Additions:</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>RetroAchievements: PPSSPP support added (by Cohee)</li>
|
||||||
|
<li>RetroAchievements: Dolphin support added</li>
|
||||||
<li>INITIAL SETUP: prompts to add RetroDECK to Steam</li>
|
<li>INITIAL SETUP: prompts to add RetroDECK to Steam</li>
|
||||||
<li>CONFIGURATOR: reset components menu simplified and allowed multiple choices and `Factory Reset`</li>
|
<li>CONFIGURATOR: reset components menu simplified and allowed multiple choices and `Factory Reset`</li>
|
||||||
<li>CONFIGURATOR: refacotred open component menu</li>
|
<li>CONFIGURATOR: refacotred open component menu</li>
|
||||||
|
|
Loading…
Reference in a new issue