diff --git a/net.retrodeck.retrodeck.appdata.xml b/net.retrodeck.retrodeck.appdata.xml new file mode 100644 index 00000000..d9fe5815 --- /dev/null +++ b/net.retrodeck.retrodeck.appdata.xml @@ -0,0 +1,120 @@ + + + + net.retrodeck.retrodeck + net.retrodeck.retrodeck.desktop + RetroDECK + Everything you need for emulation on Steam Deck + Xargon + https://retrodeck.net + 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://github.com/XargonWan/RetroDECK/blob/main/res/logo.png?raw=true + + https://github.com/XargonWan/RetroDECK/blob/main/res/screenshots/screen02.png?raw=true + + + https://github.com/XargonWan/RetroDECK/blob/main/res/screenshots/screen03.png?raw=true + + + https://github.com/XargonWan/RetroDECK/blob/main/res/screenshots/screen04.png?raw=true + + + https://github.com/XargonWan/RetroDECK/blob/main/res/screenshots/screen05.png?raw=true + + + +

+ RetroDECK brings an environment to catalog and play your retro games directly from SteamOS and it's tailored specifically for the Steam Deck.
+ It's inspired by embedded emulation systems like AmberELEC, EmuELEC, CoreELEC, Lakka, and Batocera. +

+

+ Powered by EmulationStation Desktop Edition, which uses RetroArch and other standalone emulators to allow you to import and play your favorite retro (and even not-so-retro) games in a tidy environment without flooding your Steam library.
+ No other software is needed as everything it's already included! +

+
+ GPL-3.0 + CC0-1.0 + + + + https://github.com/XargonWan/RetroDECK/releases/tag/0.3.1b + +
    +
  • Fixed Dolphin: now Dolphin (Standalone) is the default emulator for GC/Wii.
  • +
+
+
+ + https://github.com/XargonWan/RetroDECK/releases/tag/0.3.0b + +
    +
  • Migrated everything from the old domain com.xargon.retrodeck to net.retrodeck.retrodeck to be aligned with flathub standards
  • +
  • Fixed and enhanced all the tools
  • +
  • Added 'Start Yuzu' tool
  • +
  • Swapped a/b buttons on RetroArch
  • +
  • Tweaked some RetroArch configs
  • +
  • Fixed RetroArch Hotkeys
  • +
  • Added standalone PCSX2
  • +
  • Added standalone XEMU
  • +
  • Added standalone DOLPHIN
  • +
  • Reconfigured standalone YUZU
  • +
  • Updated EmulationStation Desktop Edition
  • +
  • Updated the default Art Book DE theme
  • +
  • Updated various backend scripts
  • +
+
+
+ + + https://github.com/XargonWan/RetroDECK/releases/tag/0.2.0b + +
    +
  • Migrated everything from the old building script to a full fledged yaml in order to being published on Discover
  • +
  • Fixed SD Card issues
  • +
  • Improved installer script
  • +
  • Tweaked RetroArch configs
  • +
  • Added tool for relocating ROMs location from/to internal to/from external
  • +
  • Added PCSX2 and Yuzu emulators (but not yet integrated in ES-DE)
  • +
  • Created cooker channel, more info in Discord and on https://github.com/XargonWan/RetroDECK-cooker
  • +
  • Cooker will auto build when a change is pushed/PRed
  • +
  • Same as above with main
  • +
+
+
+ + + https://github.com/XargonWan/RetroDECK/releases/tag/0.1.1b + +
    +
  • Removed some debug stuff (press any key to continue)
  • +
  • Fixed ROMs folder
  • +
  • Fixed SD Card logic
  • +
  • Desktop file improved
  • +
  • Improved installer messages
  • +
+
+
+ + + https://github.com/XargonWan/RetroDECK/releases/tag/0.1.0b + +
    +
  • Pick up and play, just put your roms and bios in /retrodeck/roms and /retrodeck/bios folders.
  • +
  • SD Card support
  • +
  • Fancy interface provided by ES-DE and Art-Book-Next-DE
  • +
  • All retro systems available until PS2
  • +
  • Auto load/save states
  • +
  • Scraping
  • +
  • RetroAchievements (must be manually set)
  • +
+
+
+ +
+
diff --git a/net.retrodeck.retrodeck.yml b/net.retrodeck.retrodeck.yml index 2f13da68..71d4e54b 100644 --- a/net.retrodeck.retrodeck.yml +++ b/net.retrodeck.retrodeck.yml @@ -973,6 +973,11 @@ modules: # RPCS3 - cp config.yml ${FLATPAK_DEST}/retrodeck/emu-configs/ + # Placing appdata + - mkdir -p ${FLATPAK_DEST}/share/appdata + - cp net.retrodeck.retrodeck.appdata.xml ${FLATPAK_DEST}/share/appdata + + #cleanup: ['*'] sources: - type: file @@ -995,3 +1000,6 @@ modules: path: tools - type: file path: net.retrodeck.retrodeck.desktop + - type: file + path: net.retrodeck.retrodeck.appdata.xml +