mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 05:51:19 +12:00
Add AppStream
This commit is contained in:
parent
1f86daa55d
commit
39086b76b4
1 changed files with 53 additions and 0 deletions
53
info.cemu.cemu.metainfo.xml
Normal file
53
info.cemu.cemu.metainfo.xml
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<component type="desktop">
|
||||
<!--Created with jdAppdataEdit 4.2-->
|
||||
<id>info.cemu.cemu</id>
|
||||
<name>Cemu</name>
|
||||
<summary>Software to emulate Wii U games and applications on PC</summary>
|
||||
<developer_name>Cemu Project </developer_name>
|
||||
<launchable type="desktop-id">info.cemu.cemu.desktop</launchable>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>MPL-2.0</project_license>
|
||||
<description>
|
||||
<p>Cemu is a Nintendo Wii U emulator that is able to run most Wii U games and homebrew in a playable state. Created by Exzap, and written in C/C++.</p>
|
||||
<p>This emulator aims at providing both high-accuracy and performance, and is actively being developed with new features and fixes to increase compatibility, convenience and usability.</p>
|
||||
<p>It was written from scratch and development on the project began roughly early 2015.</p>
|
||||
</description>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image type="source">https://upload.wikimedia.org/wikipedia/commons/5/58/Cemu_Screenshot.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="v2.0" date="2022-08-22" type="stable">
|
||||
<url>https://github.com/cemu-project/Cemu/releases/tag/v2.0</url>
|
||||
</release>
|
||||
</releases>
|
||||
<url type="homepage">https://cemu.info</url>
|
||||
<url type="bugtracker">https://github.com/cemu-project/Cemu/issues</url>
|
||||
<url type="faq">https://cemu.info/faq.html</url>
|
||||
<url type="help">https://wiki.cemu.info</url>
|
||||
<url type="vcs-browser">https://github.com/cemu-project/Cemu</url>
|
||||
<categories>
|
||||
<category>Game</category>
|
||||
<category>Emulator</category>
|
||||
</categories>
|
||||
<requires>
|
||||
<memory>4096</memory>
|
||||
</requires>
|
||||
<recommends>
|
||||
<memory>8192</memory>
|
||||
</recommends>
|
||||
<supports>
|
||||
<control>pointing</control>
|
||||
<control>keyboard</control>
|
||||
<control>gamepad</control>
|
||||
</supports>
|
||||
<content_rating type="oars-1.1"/>
|
||||
<provides>
|
||||
<binary>cemu</binary>
|
||||
</provides>
|
||||
<keywords>
|
||||
<keyword>nintendo</keyword>
|
||||
</keywords>
|
||||
</component>
|
Loading…
Add table
Add a link
Reference in a new issue