From 0c4e9fcd2ef4e0b41b018516d22ae2e834489fd6 Mon Sep 17 00:00:00 2001 From: Nadia Holmquist Pedersen Date: Fri, 17 Sep 2021 22:48:20 +0200 Subject: [PATCH] Release 0.9.3 --- net.kuribo64.melonDS.appdata.xml | 20 ++++++++++++++++++++ net.kuribo64.melonDS.yml | 7 ++++--- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/net.kuribo64.melonDS.appdata.xml b/net.kuribo64.melonDS.appdata.xml index cf4b444..d9f6e64 100644 --- a/net.kuribo64.melonDS.appdata.xml +++ b/net.kuribo64.melonDS.appdata.xml @@ -41,6 +41,26 @@ + + +
    +
  • Added support for real touchscreens such as on tablets
  • +
  • Fixed touchscreen input being broken in some screen layouts
  • +
  • Added audio interpolation with multiple times to choose from
  • +
  • Added an option for 10-bit audio output and emulation of SOUNDBIAS
  • +
  • + DSi improvements +
      +
    • Touchscreen calibration is automatically patched on startup
    • +
    • Direct boot is now supported for some DSi titles
    • +
    • Added a DSi title manager that lets you install DSiWare to the emulated NAND
    • +
    +
  • +
  • A ROM info dialog has been added under System -> ROM Info
  • +
  • Various other bug fixes
  • +
+
+
    diff --git a/net.kuribo64.melonDS.yml b/net.kuribo64.melonDS.yml index 866ea51..e332165 100644 --- a/net.kuribo64.melonDS.yml +++ b/net.kuribo64.melonDS.yml @@ -23,17 +23,18 @@ modules: tag: v4.4.0 - name: melonds buildsystem: cmake-ninja + builddir: true build-options: arch: aarch64: config-opts: - -DENABLE_OGLRENDERER=OFF build-commands: - - install -D -m644 -t /app/share/appdata/ ${FLATPAK_ID}.appdata.xml + - install -D -m644 -t /app/share/appdata/ ../${FLATPAK_ID}.appdata.xml sources: - type: git url: https://github.com/Arisotura/melonDS.git - tag: "0.9.2" - commit: 7af5ff76edf5ff2070377d2f719261b7a92e2ab1 + tag: "0.9.3" + commit: 9514efe4a0a5acfa2a27cc014808d450af653ed2 - type: file path: net.kuribo64.melonDS.appdata.xml