mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-18 14:55:38 +00:00
Alphabetize Cheevos preset list
Add adaptation for cooker post-update changelog
This commit is contained in:
parent
56cbc78427
commit
1cbaf0ac75
|
@ -29,9 +29,9 @@ default_user=
|
||||||
developer_options=false
|
developer_options=false
|
||||||
|
|
||||||
[cheevos]
|
[cheevos]
|
||||||
PCSX2=false
|
|
||||||
Duckstation=false
|
Duckstation=false
|
||||||
SNES=false
|
PCSX2=false
|
||||||
|
RetroArch=false
|
||||||
|
|
||||||
[cheevos_hardcore]
|
[cheevos_hardcore]
|
||||||
SNES=false
|
SNES=false
|
||||||
|
|
|
@ -199,5 +199,10 @@ post_update() {
|
||||||
|
|
||||||
version=$hard_version
|
version=$hard_version
|
||||||
conf_write
|
conf_write
|
||||||
changelog_dialog "$version"
|
|
||||||
|
if grep -qF "cooker" <<< $hard_version; then
|
||||||
|
changelog_dialog "$(echo $version | cut -d'-' -f2)"
|
||||||
|
else
|
||||||
|
changelog_dialog "$version"
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue