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
|
||||
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
|
||||
retroarch=false
|
||||
ppsspp=false
|
||||
dolphin=false
|
||||
|
||||
[cheevos_hardcore]
|
||||
duckstation=false
|
||||
pcsx2=false
|
||||
retroarch=false
|
||||
ppsspp=false
|
||||
dolphin=false
|
||||
|
||||
[rewind]
|
||||
gb=false
|
||||
|
|
|
@ -108,6 +108,7 @@ dolphingfxconf="/var/config/dolphin-emu/GFX.ini"
|
|||
dolphinhkconf="/var/config/dolphin-emu/Hotkeys.ini"
|
||||
dolphinqtconf="/var/config/dolphin-emu/Qt.ini"
|
||||
dolphinDynamicInputTexturesPath="/var/data/dolphin-emu/Load/DynamicInputTextures"
|
||||
dolphinCheevosConf="/var/config/dolphin-emu/RetroAchievements.ini"
|
||||
|
||||
# PCSX2 config files
|
||||
|
||||
|
|
|
@ -65,6 +65,8 @@
|
|||
<description>
|
||||
<p>New Additions:</p>
|
||||
<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>CONFIGURATOR: reset components menu simplified and allowed multiple choices and `Factory Reset`</li>
|
||||
<li>CONFIGURATOR: refacotred open component menu</li>
|
||||
|
|
Loading…
Reference in a new issue