testing new ESDE gitlab

This commit is contained in:
Rodrigo 2022-05-14 11:32:31 +02:00
parent e3a1987833
commit 52045e2af5
2 changed files with 13 additions and 8 deletions

View file

@ -695,6 +695,13 @@ if [ $doInstallESDE == true ]; then
echo -e "${BOLD}${installString} EmulationStation Desktop Edition${NONE}"
curl https://gitlab.com/leonstyhre/emulationstation-de/-/raw/master/es-app/assets/latest_steam_deck_appimage.txt --output "$toolsPath"/latesturl.txt >> ~/emudeck/emudeck.log
latestURL=$(grep "https://gitlab" "$toolsPath"/latesturl.txt)
#New repo if the other fails
if [ -z $latestURL ]; then
curl https://gitlab.com/es-de/emulationstation-de/-/raw/master/es-app/assets/latest_steam_deck_appimage.txt --output "$toolsPath"/latesturl.txt >> ~/emudeck/emudeck.log
latestURL=$(grep "https://gitlab" "$toolsPath"/latesturl.txt)
fi
curl $latestURL --output "$toolsPath"/EmulationStation-DE-x64_SteamDeck.AppImage >> ~/emudeck/emudeck.log
rm "$toolsPath"/latesturl.txt
chmod +x "$toolsPath"/EmulationStation-DE-x64_SteamDeck.AppImage

View file

@ -1,7 +1,7 @@
0.17.3
- Testing Xenia
- Ability to launch WiiU Games from ESDE
- Cemu Script added to installers. Adding WiiU games to SRM no longer requires proton to be set, it just works TM!
- Widescreen Hacks for PS2 Games - Only US
- Widescreen for 70 Wii and GC games - SkyHighBrownie
- Added log files for Community Dolphin ini hacks. Send us your own!
@ -14,7 +14,7 @@
- Added permissions for Xemu to write to its hdd if it's internal.
- Added default paths for Cemu to mlc01
- Added default paths for Cemu to roms folder. When you launch cemu with proton, you may need to refresh the games list manually for them to show up.
- Set new default emulators for ES-DE to be more in line with the ones we set for SRM
- Set new default emulators for ES-DE to be more in line with the ones we set for SRM and set preparations for future ESDE updates
- New emulation station defaults:
'Genesis Plus GX' gamegear
'Gambatte' gb
@ -26,10 +26,8 @@
'DOSBox-Pure' dos
'PCSX2 (Standalone)' ps2
'melonDS' nds
- update RPCS3 config with new version, as its config had changed
- update PowerTools to version 4.1. SMT Toggle is in. Be aware that this may crash MangoHud(stats) if enabled, but it won't hurt anything. MangoHud will come back on reboot.
- fixed SRM Parser for Installed PS3 games for internal users.
- Update RPCS3 config with new version, as its config had changed
- Update PowerTools to version 4.1 ( Expert mode ). SMT Toggle is in. Be aware that this may crash MangoHud(stats) if enabled, but it won't hurt anything. MangoHud will come back on reboot.
- Fixed SRM Parser for Installed PS3 games for internal users.
- Expert mode will ask about Bezels and Autosave again
- Cemu Script added to installers. Adding games to SRM no longer requires proton to be set manually.
- Dolhin set as 16:9 by default on easy mode
- Dolphin set as 16:9 by default on easy mode