io.github.lime3ds.Lime3DS/io.github.lime3ds.Lime3DS.metainfo.xml

138 lines
7.4 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.lime3ds.Lime3DS</id>
<name>Lime3DS</name>
2024-04-19 11:19:53 +00:00
<summary>3DS emulator forked from Citra</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0</project_license>
<content_rating type="oars-1.1">
<content_attribute id="social-chat">moderate</content_attribute>
</content_rating>
<description>
2024-04-19 11:21:46 +00:00
<p>Lime3DS is a fork of Citra, a popular open-source Nintendo 3DS emulator which ceased development.</p>
<p>This project aims to pick up where Citra left off, continuing to fix bugs and implement new features.</p>
2024-04-29 15:17:46 +00:00
<p><em>Note: Patch notes only reflect changes relevant to the Flatpak release. For full changelogs, visit the project's GitHub page</em></p>
</description>
<launchable type="desktop-id">io.github.lime3ds.Lime3DS.desktop</launchable>
<provides>
2024-05-13 20:25:38 +00:00
<binary>lime3ds-gui</binary>
<id>lime3ds-gui.desktop</id>
</provides>
<url type="homepage">https://lime3ds.github.io/</url>
<url type="bugtracker">https://github.com/Lime3DS/Lime3DS/issues</url>
<url type="contact">https://discord.com/invite/4ZjMpAp3M6</url>
2024-04-19 11:17:07 +00:00
<screenshots>
<screenshot type="default"><image>https://raw.githubusercontent.com/Lime3DS/Branding/8a581a8e8bc52b88df82df142b5b4e6d1ef2d2cb/Screenshots/pokemon-ultra-moon.png</image></screenshot>
<screenshot><image>https://raw.githubusercontent.com/Lime3DS/Branding/8a581a8e8bc52b88df82df142b5b4e6d1ef2d2cb/Screenshots/star-fox-64-3d.png</image></screenshot>
<screenshot><image>https://raw.githubusercontent.com/Lime3DS/Branding/8a581a8e8bc52b88df82df142b5b4e6d1ef2d2cb/Screenshots/luigis-mansion-dark-moon.png</image></screenshot>
<screenshot><image>https://raw.githubusercontent.com/Lime3DS/Branding/8a581a8e8bc52b88df82df142b5b4e6d1ef2d2cb/Screenshots/new-super-mario-bros-2.png</image></screenshot>
<screenshot><image>https://raw.githubusercontent.com/Lime3DS/Branding/8a581a8e8bc52b88df82df142b5b4e6d1ef2d2cb/Screenshots/metroid-samus-returns.png</image></screenshot>
</screenshots>
<releases>
2024-05-27 22:17:08 +00:00
<release version="2114" date="2024-05-27">
<description>
<p>- Add custom screen layout feature</p>
<p> - This feature is configured in the new Emulation → Configure → Graphics → Layout menu</p>
<p>- The proportion the screens in the Large Screen layout can now be configured in the Layout menu</p>
<p>- Updated various build dependencies</p>
<p> </p>
<p>Notes:</p>
<p>- Crowd-sourced language translations are now open for Lime3DS. If you have the skills to contribute, for more information please see https://app.transifex.com/lime3ds/lime3ds</p>
<p>- The user-contributed compatibility list for Lime3DS mentioned in the previous update is now open. Please see details at https://github.com/Lime3DS/compatibility-list/blob/master/CONTRIBUTING.md</p>
</description>
</release>
2024-05-20 12:02:29 +00:00
<release version="2113" date="2024-05-20">
<description>
<p>- Added realtime audio playback option</p>
<p> - This feature scales audio playback speed to account for drops in emulation framerate</p>
<p> - Using this option may cause a visual-audio desync during context-sensitive scenes (e.g. cutscenes) if lag spikes are encountered</p>
2024-05-27 22:17:08 +00:00
<p>- Added a button in the help menu which opens the Lime3DS log folder</p>
2024-05-20 12:02:29 +00:00
<p>- Non-userfacing changes to how the compatibility list is implemented to allow for easier community contribution</p>
<p> </p>
<p>Notes:</p>
<p>- Compatibility list data has been moved to https://github.com/Lime3DS/compatibility-list. Compatibility reports can be created here via pull request to report an updated compatibility status. Step-by-step instructions on how to do this will be added in the days following this release</p>
<p>- While the realtime audio feature was ported from Citra Enhanced, it is worth noting that this iteration has changes which very noticeably improve the consistency and stability of audio playback over the original implementation</p>
</description>
</release>
2024-05-13 20:25:38 +00:00
<release version="2112" date="2024-05-13">
<description>
<p>- Added support for Artic Base</p>
2024-05-27 22:17:08 +00:00
<p>- Added favourite game functionality</p>
<p>- Added play time counter</p>
<p>- Added game desktop shortcut functionality</p>
<p>- Updated right-click user interface layout</p>
2024-05-13 20:25:38 +00:00
<p>- Updated executable names to follow a new naming scheme</p>
<p> - `lime.exe` --> `lime3ds-cli.exe`</p>
<p> - `lime-qt.exe` --> `lime3ds-gui.exe`</p>
<p> - `lime-room.exe` --> `lime3ds-room.exe`</p>
</description>
</release>
2024-04-29 15:17:46 +00:00
<release version="2111" date="2024-04-29">
<description>
<p>- Updated log filenames</p>
<p> - citra_log.txt --> lime3ds_log.txt</p>
<p> - citra_log.txt.old.txt --> lime3ds_log.old.txt</p>
<p> </p>
<p>Notes:</p>
<p>- It is recommended to delete the old `citra_log.XXX` files to avoid accidentally sending them instead of the newer files when filing bug reports</p>
</description>
</release>
2024-04-19 23:41:50 +00:00
<release version="2110" date="2024-04-20">
<description>
<p>- Fixed a crash when entering fullscreen while playing Super Smash Bros. 3DS on Vulkan</p>
<p>- Minor across-the-board performance improvements on Mali GPUs</p>
<p>- Updated build environments</p>
<p> - Formatting: Clang 15 --> 18</p>
<p> - Linux build: Clang 15 --> 18</p>
<p> </p>
<p>Notes:</p>
<p>- The Smash Bros fix included a large restructure of several sections of the Vulkan renderer. This may result in compatibility improvements for other games which we did not expect. Please feel free to share these with us if you find any!</p>
</description>
</release>
2024-04-15 11:15:59 +00:00
<release version="2109" date="2024-04-15">
<description>
<p>- Improved rasterizer cache validation heuristic</p>
<p> - This results in extreme performance improvements for several games. See https://github.com/PabloMK7/citra/pull/69#issue-2234452232 for examples</p>
<p>- Non-user facing code improvements related to the removal of telemetry</p>
2024-04-15 11:29:40 +00:00
<p> </p>
2024-04-15 11:15:59 +00:00
<p>Notes:</p>
<p>- This update introduces a regression in Luigi's Mansion: Dark Moon while using Vulkan. This involves a consistent crash during the first Pixelator cutscene. Please use OpenGL for the time being when playing this game. Apologies for any inconvenience</p>
</description>
</release>
2024-04-11 23:07:15 +00:00
<release version="2108" date="2024-04-11">
<description>
<p>- Updated dependencies</p>
<p>- Logging improvements for unrecoverable exceptions</p>
</description>
</release>
<release version="2107" date="2024-04-08">
<description>
<p>- Enabled SPIR-V optimization, allowing for smaller compiled Vulkan shaders</p>
<p>- Default system username is now "LIME3DS"</p>
<p>- Default number of play coins has been updated to 300</p>
<p>- Fixed the Exit hotkey not working correctly</p>
</description>
</release>
<release version="2106" date="2024-04-04">
<description>
<p>Initial Flathub release</p>
</description>
</release>
</releases>
<categories>
<category>Game</category>
<category>Emulator</category>
</categories>
<developer_name>Lime3DS Emulator Team</developer_name>
</component>