mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Merge branch 'cooker-0.7.5b' into cooker-0.8.0b
This commit is contained in:
commit
0dcfc6936d
|
@ -39,14 +39,14 @@ pcsx2=false
|
||||||
retroarch=false
|
retroarch=false
|
||||||
|
|
||||||
[borders]
|
[borders]
|
||||||
gb=true
|
gb=false
|
||||||
gba=true
|
gba=false
|
||||||
gbc=true
|
gbc=false
|
||||||
genesis=true
|
genesis=false
|
||||||
gg=true
|
gg=false
|
||||||
n64=true
|
n64=false
|
||||||
psx_ra=true
|
psx_ra=false
|
||||||
snes=true
|
snes=false
|
||||||
|
|
||||||
[widescreen]
|
[widescreen]
|
||||||
genesis=false
|
genesis=false
|
||||||
|
|
|
@ -1471,8 +1471,8 @@
|
||||||
<fullname>Sony PlayStation 3</fullname>
|
<fullname>Sony PlayStation 3</fullname>
|
||||||
<path>%ROMPATH%/ps3</path>
|
<path>%ROMPATH%/ps3</path>
|
||||||
<extension>.desktop .ps3 .PS3 .ps3dir .PS3DIR</extension>
|
<extension>.desktop .ps3 .PS3 .ps3dir .PS3DIR</extension>
|
||||||
<command label="RPCS3 Shortcut (Standalone)">%ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
|
|
||||||
<command label="RPCS3 Directory (Standalone)">%EMULATOR_RPCS3% --no-gui %ROM%</command>
|
<command label="RPCS3 Directory (Standalone)">%EMULATOR_RPCS3% --no-gui %ROM%</command>
|
||||||
|
<command label="RPCS3 Shortcut (Standalone)">%ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
|
||||||
<platform>ps3</platform>
|
<platform>ps3</platform>
|
||||||
<theme>ps3</theme>
|
<theme>ps3</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
|
@ -65,7 +65,7 @@
|
||||||
<project_license>GPL-3.0</project_license>
|
<project_license>GPL-3.0</project_license>
|
||||||
<metadata_license>CC0-1.0</metadata_license>
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
<releases>
|
<releases>
|
||||||
<release version="0.8.0b" date="2023-12-04">
|
<release version="0.8.0b" date="2023-12-14">
|
||||||
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.8.0b</url>
|
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.8.0b</url>
|
||||||
<description>
|
<description>
|
||||||
<p>Changes:</p>
|
<p>Changes:</p>
|
||||||
|
@ -92,7 +92,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</description>
|
</description>
|
||||||
</release>
|
</release>
|
||||||
<release version="0.7.5b" date="2023-12-12">
|
<release version="0.7.5b" date="2023-14-12">
|
||||||
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.7.5b</url>
|
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.7.5b</url>
|
||||||
<description>
|
<description>
|
||||||
<p>Bug fixes and other changes:</p>
|
<p>Bug fixes and other changes:</p>
|
||||||
|
@ -100,8 +100,8 @@
|
||||||
<li>RetroDECK Team wishes you happy holidays with a festive loading screen!</li>
|
<li>RetroDECK Team wishes you happy holidays with a festive loading screen!</li>
|
||||||
<li>Framework: Fixed the SD card path resolution for SteamOS 3.5</li>
|
<li>Framework: Fixed the SD card path resolution for SteamOS 3.5</li>
|
||||||
<li>Configurator: Added the possibility to reset ES-DE configs via Configurator and CLI</li>
|
<li>Configurator: Added the possibility to reset ES-DE configs via Configurator and CLI</li>
|
||||||
|
<li>RetroArch: Borders/Overlays are now disabled by default on fresh installs to prevent screen burn-in</li>
|
||||||
<li>RetroArch: added nightly cores, stable cores have priority over them</li>
|
<li>RetroArch: added nightly cores, stable cores have priority over them</li>
|
||||||
<li>PS3: RPCS3 Shortcut (Standalone) is now the default emulator</li>
|
|
||||||
<li>RPCS3: tweaked confing to improve performance</li>
|
<li>RPCS3: tweaked confing to improve performance</li>
|
||||||
<li>Dolphin (SA): fixed GC buttons layout. Now R1 is Z and L2/R2 are L/R</li>
|
<li>Dolphin (SA): fixed GC buttons layout. Now R1 is Z and L2/R2 are L/R</li>
|
||||||
<li>CEMU: tweaked audio config to choose the correct output device when docked</li>
|
<li>CEMU: tweaked audio config to choose the correct output device when docked</li>
|
||||||
|
|
|
@ -34,7 +34,7 @@ finish-args:
|
||||||
- --talk-name=org.freedesktop.login1.Manager
|
- --talk-name=org.freedesktop.login1.Manager
|
||||||
- --talk-name=org.freedesktop.portal.Flatpak.UpdateMonitor
|
- --talk-name=org.freedesktop.portal.Flatpak.UpdateMonitor
|
||||||
- --filesystem=xdg-run/app/com.discordapp.Discord:create
|
- --filesystem=xdg-run/app/com.discordapp.Discord:create
|
||||||
- --filesystem=xdg-config/gtk-3.0:ro
|
#- --filesystem=xdg-config/gtk-3.0:ro #not needed as we got --filesystem=home
|
||||||
# Dolphin
|
# Dolphin
|
||||||
- --allow=bluetooth
|
- --allow=bluetooth
|
||||||
# PPSSPP
|
# PPSSPP
|
||||||
|
|
Loading…
Reference in a new issue