mirror of
https://github.com/RetroDECK/net.kuribo64.melonDS.git
synced 2024-11-21 21:25:39 +00:00
Release 0.9.3
This commit is contained in:
parent
65f1224f33
commit
0c4e9fcd2e
|
@ -41,6 +41,26 @@
|
||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="0.9.3" date="2021-09-01">
|
||||||
|
<description>
|
||||||
|
<ul>
|
||||||
|
<li>Added support for real touchscreens such as on tablets</li>
|
||||||
|
<li>Fixed touchscreen input being broken in some screen layouts</li>
|
||||||
|
<li>Added audio interpolation with multiple times to choose from</li>
|
||||||
|
<li>Added an option for 10-bit audio output and emulation of SOUNDBIAS</li>
|
||||||
|
<li>
|
||||||
|
DSi improvements
|
||||||
|
<ul>
|
||||||
|
<li>Touchscreen calibration is automatically patched on startup</li>
|
||||||
|
<li>Direct boot is now supported for some DSi titles</li>
|
||||||
|
<li>Added a DSi title manager that lets you install DSiWare to the emulated NAND</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>A ROM info dialog has been added under System -> ROM Info</li>
|
||||||
|
<li>Various other bug fixes</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="0.9.2" date="2021-04-27">
|
<release version="0.9.2" date="2021-04-27">
|
||||||
<description>
|
<description>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -23,17 +23,18 @@ modules:
|
||||||
tag: v4.4.0
|
tag: v4.4.0
|
||||||
- name: melonds
|
- name: melonds
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
|
builddir: true
|
||||||
build-options:
|
build-options:
|
||||||
arch:
|
arch:
|
||||||
aarch64:
|
aarch64:
|
||||||
config-opts:
|
config-opts:
|
||||||
- -DENABLE_OGLRENDERER=OFF
|
- -DENABLE_OGLRENDERER=OFF
|
||||||
build-commands:
|
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:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/Arisotura/melonDS.git
|
url: https://github.com/Arisotura/melonDS.git
|
||||||
tag: "0.9.2"
|
tag: "0.9.3"
|
||||||
commit: 7af5ff76edf5ff2070377d2f719261b7a92e2ab1
|
commit: 9514efe4a0a5acfa2a27cc014808d450af653ed2
|
||||||
- type: file
|
- type: file
|
||||||
path: net.kuribo64.melonDS.appdata.xml
|
path: net.kuribo64.melonDS.appdata.xml
|
||||||
|
|
Loading…
Reference in a new issue