forked from xemu-project/xemu
-
Notifications
You must be signed in to change notification settings - Fork 2
/
xemu.metainfo.xml
52 lines (42 loc) · 1.69 KB
/
xemu.metainfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>app.xemu.xemu</id>
<name>xemu</name>
<summary>Original Xbox Emulator</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0-only</project_license>
<supports>
<control>pointing</control>
<control>keyboard</control>
<control>gamepad</control>
</supports>
<description>
<p>
A free and open-source application that emulates the original Microsoft Xbox game console. Supports connecting up to 4 controllers for local play, networking for multiplayer, resolution scaling, and more.
</p>
</description>
<screenshots>
<screenshot type="default"><image>https://xemu.app/screenshots/0.png</image></screenshot>
<screenshot><image>https://xemu.app/screenshots/1.png</image></screenshot>
<screenshot><image>https://xemu.app/screenshots/2.png</image></screenshot>
<screenshot><image>https://xemu.app/screenshots/3.png</image></screenshot>
<screenshot><image>https://xemu.app/screenshots/4.png</image></screenshot>
<screenshot><image>https://xemu.app/screenshots/5.png</image></screenshot>
</screenshots>
<categories>
<category>Game</category>
<category>Emulator</category>
</categories>
<content_rating type="oars-1.1"/>
<url type="homepage">https://xemu.app</url>
<url type="bugtracker">https://github.com/xemu-project/xemu/issues</url>
<url type="help">https://xemu.app/docs</url>
<url type="faq">https://xemu.app/docs/faq</url>
<launchable type="desktop-id">xemu.desktop</launchable>
<provides>
<binary>xemu</binary>
</provides>
<developer id="xemu.app">
<name>xemu project</name>
</developer>
</component>