This commit is contained in:
Rodrigo 2022-05-14 19:25:37 +02:00
parent b3d2f9ab29
commit 1245daeee3
4 changed files with 41 additions and 36 deletions

View file

@ -205,3 +205,39 @@
- Get ESDE latest version from Dynamic url - Godsbane
- CHD script improvements - Godsbane
- Fix PCSX2 Save/Load state mappings - LBRapid
0.17.3
- New ESDE Epic Noir Theme set as default & Theme Selector
- 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!
- Added new ExpertMode feature - SteamGyroDSU. (requires sudo)
- Added logging to CHDman script so you can check what it did after the run.
- Added paths to Yuzu for roms directory.
- Added paths to Citra for roms directory.
- Added paths to Primehack for roms directory.
- Added permissions for PCSX2 to do netplay.
- 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 and set preparations for future ESDE updates
- New emulation station defaults:
'Genesis Plus GX' gamegear
'Gambatte' gb
'Gambatte' gbc
'Dolphin (Standalone)' gc
'PPSSPP (Standalone)' psp
'Dolphin (Standalone)' wii
'Mesen' nes
'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 ( 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
- Dolphin set as 16:9 by default on easy mode
- Fix Sega Genesis missing extension and adds Commodore 64
- Add support for holoISO

View file

@ -1819,8 +1819,10 @@ zenity --question \
--text="${text}" 2>/dev/null
ans=$?
if [ $ans -eq 0 ]; then
kill -9 `pidof steam`
cd ~/Desktop/
./Steam-ROM-Manager.AppImage
qdbus org.kde.Shutdown /Shutdown org.kde.Shutdown.logout
exit
else
echo -e "Exit" 2>/dev/null

View file

@ -1,35 +1,2 @@
0.17.3
- New ESDE Epic Noir Theme set as default & Theme Selector
- 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!
- Added new ExpertMode feature - SteamGyroDSU. (requires sudo)
- Added logging to CHDman script so you can check what it did after the run.
- Added paths to Yuzu for roms directory.
- Added paths to Citra for roms directory.
- Added paths to Primehack for roms directory.
- Added permissions for PCSX2 to do netplay.
- 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 and set preparations for future ESDE updates
- New emulation station defaults:
'Genesis Plus GX' gamegear
'Gambatte' gb
'Gambatte' gbc
'Dolphin (Standalone)' gc
'PPSSPP (Standalone)' psp
'Dolphin (Standalone)' wii
'Mesen' nes
'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 ( 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
- Dolphin set as 16:9 by default on easy mode
- Fix Sega Genesis missing extension and adds Commodore 64
- Add support for holoISO
0.17.4
- Auto close of Steam Desktop when opening SRM, and auto going back to SteamUI on closing SRM but only when launched from EmuDeck.

View file

@ -1 +1 @@
0.17.3
0.17.4