net.kuribo64.melonDS/net.kuribo64.melonDS.appdata.xml

114 lines
5.3 KiB
XML
Raw Normal View History

2020-10-07 22:13:47 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>net.kuribo64.melonDS</id>
<launchable type="desktop-id">net.kuribo64.melonDS.desktop</launchable>
2020-10-07 22:13:47 +00:00
<name>melonDS</name>
<summary>Nintendo DS and DSi emulator</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<developer_name>Arisotura</developer_name>
2020-10-07 22:13:47 +00:00
<content_rating type="oars-1.0" />
<description>
<p>
melonDS aims at providing fast and accurate Nintendo DS emulation. While it is still a work in progress, it has a pretty solid set of features.
</p>
<ul>
<li>Nearly complete core (CPU, video, audio, ...)</li>
<li>OpenGL renderer, 3D upscaling</li>
<li>RTC, microphone, lid close/open</li>
<li>Joystick support</li>
<li>Savestates</li>
<li>Various display position/sizing/rotations modes</li>
<li>Work-in-progress Wi-Fi emulation for online connectivity and local multiplayer</li>
<li>Experimental emulation of the Nintendo DSi</li>
<li>...and even more is planned!</li>
</ul>
<p>
Note: BIOS and firmware files dumped from a real DS or DSi console are required to use melonDS.
2020-10-07 22:13:47 +00:00
</p>
</description>
<url type="homepage">http://melonds.kuribo64.net/</url>
<url type="bugtracker">https://github.com/Arisotura/melonDS/issues</url>
2020-10-07 22:13:47 +00:00
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/flathub/net.kuribo64.melonDS/master/screenshots/1.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/flathub/net.kuribo64.melonDS/master/screenshots/2.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/flathub/net.kuribo64.melonDS/master/screenshots/3.png</image>
</screenshot>
2020-10-07 22:13:47 +00:00
</screenshots>
<releases>
2022-03-08 14:43:35 +00:00
<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>
2021-09-17 20:48:20 +00:00
<release version="0.9.3" date="2021-09-01">
<description>
2022-03-08 14:43:35 +00:00
<p>General improvements</p>
2021-09-17 20:48:20 +00:00
<ul>
<li>Added support for real touchscreens such as on tablets</li>
<li>Fixed touchscreen input being broken in some screen layouts</li>
2022-03-08 14:43:35 +00:00
<li>Added audio interpolation with multiple types to choose from</li>
2021-09-17 20:48:20 +00:00
<li>Added an option for 10-bit audio output and emulation of SOUNDBIAS</li>
2022-03-08 14:43:35 +00:00
<li>A ROM info dialog has been added under System -&gt; ROM Info</li>
2021-09-17 20:48:20 +00:00
<li>Various other bug fixes</li>
</ul>
2022-03-08 14:43:35 +00:00
<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>
2021-09-17 20:48:20 +00:00
</description>
</release>
2021-04-27 05:04:10 +00:00
<release version="0.9.2" date="2021-04-27">
<description>
<ul>
<li>You can now load ROMs from within archives</li>
<li>More screen layout options</li>
<li>Recent games can now be loaded from the File menu</li>
<li>Fixes for issues with the OpenGL renderer affecting some users</li>
<li>Games with NAND save memory can now save correctly</li>
</ul>
</description>
</release>
<release version="0.9.1" date="2020-12-25">
<description>
<ul>
<li>New frame rate limiter that solves the issues with frame pacing</li>
<li>Removed nonfunctional v-sync option</li>
<li>Added a fullscreen option with configurable hotkey</li>
<li>DSi NAND dumps with Unlaunch installed now work</li>
<li>Initial DSi camera emulation</li>
</ul>
</description>
</release>
2020-10-07 22:13:47 +00:00
<release version="0.9" date="2020-09-04"/>
</releases>
<update_contact>nadia@nhp.sh</update_contact>
2020-10-07 22:13:47 +00:00
</component>