DOLPHIN: added achievements support

This commit is contained in:
XargonWan 2025-02-14 16:41:45 +09:00
parent 6cb0c3b712
commit 5be1710385
5 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,10 @@
[Achievements]
ApiToken =
DiscordPresenceEnabled = True
Enabled = False
EncoreEnabled = True
HardcoreEnabled = False
ProgressEnabled = False
SpectatorEnabled = False
UnofficialEnabled = False
Username =

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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>