diff --git a/net.kuribo64.melonDS.appdata.xml b/net.kuribo64.melonDS.appdata.xml index d9f6e64..6a9bdd9 100644 --- a/net.kuribo64.melonDS.appdata.xml +++ b/net.kuribo64.melonDS.appdata.xml @@ -41,24 +41,48 @@ + + +
    +
  • Redesign of the Input dialog (Rayyan)
  • +
  • Use DraStic open-source DS BIOS replacement (Swordfish90, asiekierka)
  • +
  • Generate non-bootable firmware replacement (Swordfish90, asiekierka, others)
  • +
  • Support for syncing DLDI/DSi SD image to a folder (Arisotura)
  • +
  • ARM9 PU (code/data abort) support in interpreter mode (Arisotura)
  • +
  • Fix ADPCM decoding bug resulting in potential crackling (Arisotura)
  • +
  • Block sound DMA from reading the ARM7 BIOS (Arisotura)
  • +
  • Smarter SDL initialization (andrigamerita, Nadia, Arisotura)
  • +
  • Properly center the main window on macOS (Nadia)
  • +
  • Don't try to render if the emulator is inactive (Nadia)
  • +
  • Fix potential issues with DSi title importing (Nadia, Epicpkmn11)
  • +
  • Custom path support (Arisotura)
  • +
  • Fix nifi socket init on BSD and macOS (Nadia)
  • +
  • Add support for zero addresses in AR codes 3xxxxxxx to Axxxxxxx (Arisotura)
  • +
  • Lower window refresh rate if running too fast (RSDuck)
  • +
  • Wifi power-saving support (RSDuck)
  • +
  • Allow swap-screen hotkey to swap between displaying only top screen and only bottom screen (ZackWeinstein)
  • +
  • Add RAM search dialog (2jun0)
  • +
  • Add power management dialog for setting battery parameters (Rayyan)
  • +
+
+
+

General improvements

  • 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 audio interpolation with multiple types 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
  • +
  • A ROM info dialog has been added under System -> ROM Info
  • Various other bug fixes
+

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
  • +
diff --git a/net.kuribo64.melonDS.yml b/net.kuribo64.melonDS.yml index e332165..c24b9da 100644 --- a/net.kuribo64.melonDS.yml +++ b/net.kuribo64.melonDS.yml @@ -1,6 +1,6 @@ app-id: net.kuribo64.melonDS runtime: org.kde.Platform -runtime-version: '5.15' +runtime-version: '5.15-21.08' sdk: org.kde.Sdk command: melonDS cleanup: @@ -34,7 +34,6 @@ modules: sources: - type: git url: https://github.com/Arisotura/melonDS.git - tag: "0.9.3" - commit: 9514efe4a0a5acfa2a27cc014808d450af653ed2 + commit: cce9de5ee1f51e906a644922b2ada6644d81287a - type: file path: net.kuribo64.melonDS.appdata.xml diff --git a/screenshots/1.png b/screenshots/1.png index 4ce8fe7..548e7e3 100644 Binary files a/screenshots/1.png and b/screenshots/1.png differ diff --git a/screenshots/2.png b/screenshots/2.png index fcca64c..2fd44a1 100644 Binary files a/screenshots/2.png and b/screenshots/2.png differ diff --git a/screenshots/3.png b/screenshots/3.png index dd474b1..34dc340 100644 Binary files a/screenshots/3.png and b/screenshots/3.png differ