mirror of
https://github.com/RetroDECK/net.kuribo64.melonDS.git
synced 2024-11-21 21:25:39 +00:00
Release 0.9.4
This commit is contained in:
parent
0c4e9fcd2e
commit
ac9b11b1a5
|
@ -41,24 +41,48 @@
|
|||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="0.9.4" date="2022-03-08">
|
||||
<description>
|
||||
<ul>
|
||||
<li>Redesign of the Input dialog (Rayyan)</li>
|
||||
<li>Use DraStic open-source DS BIOS replacement (Swordfish90, asiekierka)</li>
|
||||
<li>Generate non-bootable firmware replacement (Swordfish90, asiekierka, others)</li>
|
||||
<li>Support for syncing DLDI/DSi SD image to a folder (Arisotura)</li>
|
||||
<li>ARM9 PU (code/data abort) support in interpreter mode (Arisotura)</li>
|
||||
<li>Fix ADPCM decoding bug resulting in potential crackling (Arisotura)</li>
|
||||
<li>Block sound DMA from reading the ARM7 BIOS (Arisotura)</li>
|
||||
<li>Smarter SDL initialization (andrigamerita, Nadia, Arisotura)</li>
|
||||
<li>Properly center the main window on macOS (Nadia)</li>
|
||||
<li>Don't try to render if the emulator is inactive (Nadia)</li>
|
||||
<li>Fix potential issues with DSi title importing (Nadia, Epicpkmn11)</li>
|
||||
<li>Custom path support (Arisotura)</li>
|
||||
<li>Fix nifi socket init on BSD and macOS (Nadia)</li>
|
||||
<li>Add support for zero addresses in AR codes 3xxxxxxx to Axxxxxxx (Arisotura)</li>
|
||||
<li>Lower window refresh rate if running too fast (RSDuck)</li>
|
||||
<li>Wifi power-saving support (RSDuck)</li>
|
||||
<li>Allow swap-screen hotkey to swap between displaying only top screen and only bottom screen (ZackWeinstein)</li>
|
||||
<li>Add RAM search dialog (2jun0)</li>
|
||||
<li>Add power management dialog for setting battery parameters (Rayyan)</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="0.9.3" date="2021-09-01">
|
||||
<description>
|
||||
<p>General improvements</p>
|
||||
<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 audio interpolation with multiple types to choose from</li>
|
||||
<li>Added an option for 10-bit audio output and emulation of SOUNDBIAS</li>
|
||||
<li>
|
||||
DSi improvements
|
||||
<li>A ROM info dialog has been added under System -> ROM Info</li>
|
||||
<li>Various other bug fixes</li>
|
||||
</ul>
|
||||
<p>DSi improvements</p>
|
||||
<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">
|
||||
|
|
|
@ -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
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 26 KiB |
Binary file not shown.
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 32 KiB |
Binary file not shown.
Before Width: | Height: | Size: 516 KiB After Width: | Height: | Size: 319 KiB |
Loading…
Reference in a new issue