mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
CHEEVOS: first dolphin init
This commit is contained in:
parent
b703086763
commit
69d9382f25
|
@ -1,2 +1,5 @@
|
||||||
config_file_format^dolphin
|
config_file_format^dolphin
|
||||||
change^ask_to_exit^ConfirmStop^True^Interface^$dolphinconf^$emuconfigs/dolphin/Dolphin.ini
|
change^ask_to_exit^ConfirmStop^True^Interface^$dolphinconf^$emuconfigs/dolphin/Dolphin.ini
|
||||||
|
change^cheevos^Enabled^True^Achievements^$dolphinconf^$emuconfigs/dolphin/RetroAchievements.ini
|
||||||
|
change^cheevos^Username^Achievements^$cheevos_username^$dolphinconf^$emuconfigs/dolphin/RetroAchievements.ini
|
||||||
|
change^cheevos_hardcore^HardcoreEnabled^True^Achievements^$dolphinconf^$emuconfigs/dolphin/RetroAchievements.ini
|
||||||
|
|
10
emu-configs/dolphin/RetroAchievements.ini
Normal file
10
emu-configs/dolphin/RetroAchievements.ini
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
[Achievements]
|
||||||
|
DiscordPresenceEnabled = True
|
||||||
|
Enabled = False
|
||||||
|
EncoreEnabled = False
|
||||||
|
HardcoreEnabled = False
|
||||||
|
ProgressEnabled = False
|
||||||
|
SpectatorEnabled = False
|
||||||
|
UnofficialEnabled = False
|
||||||
|
Username =
|
||||||
|
ApiToken =
|
Loading…
Reference in a new issue