mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
APPDATA: fixed xml issues
This commit is contained in:
parent
0adbafa0a0
commit
36de425b83
|
@ -46,57 +46,57 @@
|
|||
<description>
|
||||
Emulators:
|
||||
<ul>
|
||||
<li>Yuzu was broken: fixed
|
||||
<li>Dolphin-libretro is now the default emulator as Dolphin (Standalone) seems to be broken
|
||||
<li>Yuzu was broken: fixed</li>
|
||||
<li>Dolphin-libretro is now the default emulator as Dolphin (Standalone) seems to be broken</li>
|
||||
</ul>
|
||||
New Standalone emulators:
|
||||
<ul>
|
||||
<li>RPCS3
|
||||
<li>PPSSPP
|
||||
<li>CITRA
|
||||
<li>MelonDS
|
||||
<li>PICO-8
|
||||
<li>RPCS3</li>
|
||||
<li>PPSSPP</li>
|
||||
<li>CITRA</li>
|
||||
<li>MelonDS</li>
|
||||
<li>PICO-8</li>
|
||||
</ul>
|
||||
|
||||
Tools:
|
||||
<ul>
|
||||
<li>Added tools to start each standalone emulator
|
||||
<li>Added a tool to start PICO-8's SPLORE
|
||||
<li>Fixed the Move ROMs tool (probably)
|
||||
<li>Added tools to start each standalone emulator</li>
|
||||
<li>Added a tool to start PICO-8's SPLORE</li>
|
||||
<li>Fixed the Move ROMs tool (probably)</li>
|
||||
</ul>
|
||||
|
||||
Frontend:
|
||||
<ul>
|
||||
<li>Updated ES-DE to 1.2.4 and redirected to the new repo
|
||||
<li>Updated Art-Book theme to fix the mising images for n3ds and pico-8
|
||||
<li>Now The quit button is showing "Quit RetroDECK"
|
||||
<li>Added RetroDECK version in the ES-DE main menu
|
||||
<li>Updated ES-DE to 1.2.4 and redirected to the new repo</li>
|
||||
<li>Updated Art-Book theme to fix the mising images for n3ds and pico-8</li>
|
||||
<li>Now The quit button is showing "Quit RetroDECK"</li>
|
||||
<li>Added RetroDECK version in the ES-DE main menu</li>
|
||||
</ul>
|
||||
|
||||
Backend:
|
||||
<ul>
|
||||
<li>Wrapper complete rewrite, now it's faster, tidier, solid
|
||||
<li>Wrapper: user data is now backup and moved when managing the internal folders
|
||||
<li>Introduced versioning: now the version is visible by CLI or in the options menu
|
||||
<li>Rewrote cooker.yml workflow as the old one was no more useful for the scope
|
||||
<li>Removed the bios/bios folder that in some situations is mistakenly created
|
||||
<li>Logs are now into ~/retrodeck/.logs however they must be improved
|
||||
<li>Moved the scraped data folder into ~/retrodeck/.downloaded_data for backup purposes and to avoid data loss when resetting RetroDECK
|
||||
<li>Moved themes folder in ~/retrodeck/.downloaded_data, same as above
|
||||
<li>Updated es_find_rules.xml
|
||||
<li>Updated es_systems.xml: some default emulators are changed, if you cannot load the game is maybe because of that, you can still choose the former emulator from the list
|
||||
<li>Added post-install scripts, now deleting ~/retrodeck/.log or ~/.var/app/net.retrodeck.retrodeck is no more needed (hopefully)
|
||||
<li>Added CLI arguments, run flatpak run net.retrodeck.retrodeck -h for more info
|
||||
<li>Added a CLI option to reset RetroDECK --reset
|
||||
<li>Replaced Kdialog with Zenity
|
||||
<li>Added manifest: this should fix the Discover bug
|
||||
<li>Wrapper complete rewrite, now it's faster, tidier, solid</li>
|
||||
<li>Wrapper: user data is now backup and moved when managing the internal folders</li>
|
||||
<li>Introduced versioning: now the version is visible by CLI or in the options menu</li>
|
||||
<li>Rewrote cooker.yml workflow as the old one was no more useful for the scope</li>
|
||||
<li>Removed the bios/bios folder that in some situations is mistakenly created</li>
|
||||
<li>Logs are now into ~/retrodeck/.logs however they must be improved</li>
|
||||
<li>Moved the scraped data folder into ~/retrodeck/.downloaded_data for backup purposes and to avoid data loss when resetting RetroDECK</li>
|
||||
<li>Moved themes folder in ~/retrodeck/.downloaded_data, same as above</li>
|
||||
<li>Updated es_find_rules.xml</li>
|
||||
<li>Updated es_systems.xml: some default emulators are changed, if you cannot load the game is maybe because of that, you can still choose the former emulator from the list</li>
|
||||
<li>Added post-install scripts, now deleting ~/retrodeck/.log or ~/.var/app/net.retrodeck.retrodeck is no more needed (hopefully)</li>
|
||||
<li>Added CLI arguments, run flatpak run net.retrodeck.retrodeck -h for more info</li>
|
||||
<li>Added a CLI option to reset RetroDECK --reset</li>
|
||||
<li>Replaced Kdialog with Zenity</li>
|
||||
<li>Added manifest: this should fix the Discover bug</li>
|
||||
</ul>
|
||||
|
||||
Known Issues:
|
||||
<ul>
|
||||
<li>Controller is not configured for most of the standalone emulators, I will configure them when I will get my Steam Deck (ETA mid June)
|
||||
<li>External controllers seems not to be working
|
||||
<li>Yuzu makes RetroDECK freeze in some situations, like if the rom is a bad dump
|
||||
<li>Controller is not configured for most of the standalone emulators, I will configure them when I will get my Steam Deck (ETA mid June)</li>
|
||||
<li>External controllers seems not to be working</li>
|
||||
<li>Yuzu makes RetroDECK freeze in some situations, like if the rom is a bad dump</li>
|
||||
</ul>
|
||||
<p>
|
||||
IMPORTANT NOTE:
|
||||
|
|
Loading…
Reference in a new issue