From 028d816d3ceb01f930a3fa491a1f5237e48c95e6 Mon Sep 17 00:00:00 2001 From: xargon Date: Sat, 11 Jun 2022 21:48:02 +0200 Subject: [PATCH] Updated appdata + checklist --- net.retrodeck.retrodeck.appdata.xml | 39 +++++++++++++++++++++++++++-- net.retrodeck.retrodeck.yml | 2 +- 2 files changed, 38 insertions(+), 3 deletions(-) diff --git a/net.retrodeck.retrodeck.appdata.xml b/net.retrodeck.retrodeck.appdata.xml index f176d510..9dc3596c 100644 --- a/net.retrodeck.retrodeck.appdata.xml +++ b/net.retrodeck.retrodeck.appdata.xml @@ -10,7 +10,7 @@ https://github.com/XargonWan/RetroDECK/issues http://discord.gg/Dz3szYsP8g https://github.com/XargonWan/RetroDECK/wiki/FAQs---Frequently-asked-questions - https://www.paypal.me/xargon + https://www.patreon.com/RetroDECK @@ -41,6 +41,41 @@ CC0-1.0 + + https://github.com/XargonWan/RetroDECK/releases/tag/0.4.1b + +

Emulators:

+
    +
  • Tweaked various emulator configs
  • +
  • The emulators that was showing a small viewport like N64, Wii, GC, and Dreamcast are now showing a more appropriate viewport
  • +
  • Fixed home path in MelonDS (SA)
  • +
+ +

Frontend:

+
    +
  • Updated ES-DE to 1.2.4
  • +
  • RetroDECK doesn't open ES-DE anymore during the first setup, almost everything is now automated: HURRAY!
  • +
  • Now a custom roms path can be selected if SD Card is selected and the SD Card is not found in the default path
  • +
+ +

Backend:

+
    +
  • Fixed a bug where the folders where not symlinked correclty
  • +
+ +

Known Issues:

+
    +
  • 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
  • +
  • External controllers and keyboard seems not to be working, expecially in the desktop mode
  • +
  • Yuzu makes RetroDECK freeze in some situations, like if the rom is a bad dump
  • +
+ +

IMPORTANT NOTE: + At the moment the emulator configs are reset during every update, this was made because every version they may bring new configurations, please back them up if you did some manual configs. +

+
+
+ https://github.com/XargonWan/RetroDECK/releases/tag/0.4.0b @@ -145,7 +180,7 @@
  • Same as above with main
  • -
    + https://github.com/XargonWan/RetroDECK/releases/tag/0.1.1b diff --git a/net.retrodeck.retrodeck.yml b/net.retrodeck.retrodeck.yml index 5a76b5d3..e7d6024f 100644 --- a/net.retrodeck.retrodeck.yml +++ b/net.retrodeck.retrodeck.yml @@ -75,7 +75,7 @@ modules: - | git checkout ${GITHUB_REF_NAME} mkdir -p ${FLATPAK_DEST}/retrodeck/ - VERSION="0.4.0b" + VERSION="0.4.1b" if [[ $VERSION == "cooker" ]]; then VERSION=$(git describe --tags | tr - .)