From b762a66add566f860526364cdd257f7f02a2a2b4 Mon Sep 17 00:00:00 2001
From: Nadia Holmquist Pedersen
Date: Thu, 3 Nov 2022 23:08:12 +0100
Subject: [PATCH] Update to melonDS 0.9.5 (#14)
---
net.kuribo64.melonDS.appdata.xml | 39 +++++++++++++++++++++++++++++++-
net.kuribo64.melonDS.yml | 8 +++----
2 files changed, 42 insertions(+), 5 deletions(-)
diff --git a/net.kuribo64.melonDS.appdata.xml b/net.kuribo64.melonDS.appdata.xml
index 6a9bdd9..03b85c7 100644
--- a/net.kuribo64.melonDS.appdata.xml
+++ b/net.kuribo64.melonDS.appdata.xml
@@ -28,7 +28,7 @@
http://melonds.kuribo64.net/
- https://github.com/Arisotura/melonDS/issues
+ https://github.com/melonDS-emu/melonDS/issues
https://raw.githubusercontent.com/flathub/net.kuribo64.melonDS/master/screenshots/1.png
@@ -41,6 +41,43 @@
+
+
+
+ - remove incorrect color profile from PNG icons (Nadia)
+ - DLDI fixes for the Smash demo (Arisotura)
+ - fix gaps in I/O handling (Arisotura)
+ - fix invalid savemem commands, fixes Dementium (Arisotura)
+ - FreeBIOS: add VRAM-compatible LZ77 decompress function, fixes Yoshi's Island (Arisotura)
+ - default firmware: in DSi mode, emulate DWM-W015 wifi board instead of DWM-W024 (Arisotura)
+ - default firmware: save WFC settings to separate file (Arisotura)
+ - disable firmware overrides UI when firmware override isn't checked (Nadia)
+ - 2D: more accurate fade/blending (Arisotura)
+ - DSi: add support for GXFIFO NDMA (Arisotura)
+ - DSi: add mainRAM mirror at 0x0C000000 (Arisotura)
+ - add 3DS 5:3 aspect ratio, refactor aspect ratio code (Nadia)
+ - OpenGL: fix 16x resolution on macOS (Nadia)
+ - fix triggers being recognized as negative analog stick values during mapping (Nadia)
+ - fix joystick mapping buttons on macOS (Nadia)
+ - DSi: preliminary implementation of SNDEXCNT (Generic)
+ - DSi: fix SD inserted/removed IRQ bits (Generic)
+ - DSi: implement 8/16bit access to AES registers (Generic)
+ - DSi: fix SCFG_MC cart-inserted bit (Generic)
+ - JIT: invalidate blocks in ARM7 VRAM/WRAM when it is remapped (Generic)
+ - fix ROM banner reading when the ROM has no banner (Rayyan, Arisotura)
+ - fix UTF16 ROM title handling in the ROM info dialog (Rayyan)
+ - wifi: improvements to wifi emulation (Arisotura)
+ - wifi: shared-memory based sync/comm mechanism for local wifi (Arisotura)
+ - proper support for multiple melonDS instances for multiplayer (Arisotura)
+ - DSi: actual, proper camera support (Arisotura)
+ - DSi: fix DSP enough that it will actually work (Arisotura)
+ - fix OpenGL context handling (Stenzek, Generic, Nadia)
+ - force-align all memory accesses (instead of just CPU memory accesses) (Arisotura)
+ - better CLI parameter handling (patataofcourse)
+ - fix bugs in DSi direct boot (Arisotura)
+
+
+
diff --git a/net.kuribo64.melonDS.yml b/net.kuribo64.melonDS.yml
index c24b9da..83a663e 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-21.08'
+runtime-version: '5.15-22.08'
sdk: org.kde.Sdk
command: melonDS
cleanup:
@@ -20,7 +20,7 @@ modules:
sources:
- type: git
url: https://gitlab.freedesktop.org/slirp/libslirp.git
- tag: v4.4.0
+ tag: v4.7.0
- name: melonds
buildsystem: cmake-ninja
builddir: true
@@ -33,7 +33,7 @@ modules:
- install -D -m644 -t /app/share/appdata/ ../${FLATPAK_ID}.appdata.xml
sources:
- type: git
- url: https://github.com/Arisotura/melonDS.git
- commit: cce9de5ee1f51e906a644922b2ada6644d81287a
+ url: https://github.com/melonDS-emu/melonDS.git
+ commit: 430de6b2702bb93faa8c2004aff3fbd084db4a1e
- type: file
path: net.kuribo64.melonDS.appdata.xml