mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Fixed appdata
This commit is contained in:
parent
c5807e9704
commit
81ab597cfc
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
branch="cooker-"$(date +%d%m%y.%H%M)
|
||||
branch="main-"$(date +%d%m%y.%H%M)
|
||||
|
||||
cd ~/gits
|
||||
rm -rf flathub
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.4.4b</url>
|
||||
<description>
|
||||
|
||||
Changelog:
|
||||
<p>Changelog:</p>
|
||||
<ul>
|
||||
<li>Yuzu: Disabled shader caching as it was broken</li>
|
||||
<li>Yuzu: Switched from vulkan to opengl as vulkan is experimental and it's not working correctly for the games majority, you can set vulkan by opening tuzu from Tools -> Start Yuzu</li>
|
||||
|
@ -71,7 +71,7 @@
|
|||
<li>Backend: General code cleanup.</li>
|
||||
</ul>
|
||||
|
||||
Known Issues:
|
||||
<p>Known Issues:</p>
|
||||
<ul>
|
||||
<li>PCSX2: due to its limitation, the standalone PCSX2 doesn't have any way to set the hotkeys, so no save and load state, no quit button. In order to quit press: STEAM -> PCSX2 -> (X) CLOSE WINDOW, be aware that the state is not automatically saved</li>
|
||||
<li>Due to a Steam limitation, external controllers and keyboard seems not to be working, expecially in the desktop mode</li>
|
||||
|
|
Loading…
Reference in a new issue