mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-30 12:32:43 +00:00
Metainfo: Sort tags with jdAppStreamEdit
This commit is contained in:
parent
42348d6b43
commit
42cf8b0bc4
@ -1,68 +1,46 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright 2018 RPCS3-->
|
||||
<component type="desktop-application">
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<!-- Copyright 2018 RPCS3 -->
|
||||
<component type="desktop">
|
||||
<!--Created with jdAppStreamEdit 8.0-->
|
||||
<id>net.rpcs3.RPCS3</id>
|
||||
<metadata_license>FSFAP</metadata_license>
|
||||
<project_license>GPL-2.0-only</project_license>
|
||||
<name>RPCS3</name>
|
||||
<summary>Open-source Sony PlayStation 3 Emulator</summary>
|
||||
|
||||
<description>
|
||||
<p>
|
||||
RPCS3 is an experimental open-source Sony PlayStation 3 emulator and debugger written in C++ for Windows and Linux. RPCS3 started development in May of 2011 by its founders DH and Hykem.
|
||||
The emulator is currently capable of running over 1800 commercial titles powered by Vulkan and OpenGL.
|
||||
</p>
|
||||
<p>
|
||||
The goal of this project is to experiment, research, and educate on the topic of PlayStation 3 emulation that can be performed on compatible devices and operating systems.
|
||||
All information was obtained legally by purchasing PlayStation 3 hardware and software. Additional information was obtained from various sources on the internet that include but is not limited to system hardware and software documentation.
|
||||
Most of this information can be found on the PlayStation 3 Developer Wiki.
|
||||
</p>
|
||||
</description>
|
||||
|
||||
<developer_name></developer_name>
|
||||
<launchable type="desktop-id">rpcs3.desktop</launchable>
|
||||
|
||||
<metadata_license>FSFAP</metadata_license>
|
||||
<project_license>GPL-2.0-only</project_license>
|
||||
<description>
|
||||
<p>RPCS3 is an experimental open-source Sony PlayStation 3 emulator and debugger written in C++ for Windows and Linux. RPCS3 started development in May of 2011 by its founders DH and Hykem.
|
||||
The emulator is currently capable of running over 1800 commercial titles powered by Vulkan and OpenGL.</p>
|
||||
<p>The goal of this project is to experiment, research, and educate on the topic of PlayStation 3 emulation that can be performed on compatible devices and operating systems.
|
||||
All information was obtained legally by purchasing PlayStation 3 hardware and software. Additional information was obtained from various sources on the internet that include but is not limited to system hardware and software documentation.
|
||||
Most of this information can be found on the PlayStation 3 Developer Wiki.</p>
|
||||
</description>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<caption>RPCS3 running a game using the Vulkan backend</caption>
|
||||
<image type="source">https://rpcs3.net/blog/wp-content/uploads/2017/05/progress/vklinux.jpg</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<url type="homepage">https://rpcs3.net</url>
|
||||
<url type="bugtracker">https://github.com/RPCS3/rpcs3/issues</url>
|
||||
<url type="help">https://rpcs3.net/quickstart</url>
|
||||
<url type="donation">https://www.patreon.com/Nekotekina</url>
|
||||
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<caption>RPCS3 running a game using the Vulkan backend</caption>
|
||||
<image>https://rpcs3.net/blog/wp-content/uploads/2017/05/progress/vklinux.jpg</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
|
||||
<provides>
|
||||
<binary>rpcs3</binary>
|
||||
</provides>
|
||||
|
||||
<categories>
|
||||
<category>Game</category>
|
||||
<category>Emulator</category>
|
||||
</categories>
|
||||
|
||||
<keywords>
|
||||
<keyword>ps3</keyword>
|
||||
<keyword>playstation</keyword>
|
||||
</keywords>
|
||||
|
||||
<recommends>
|
||||
<control>gamepad</control>
|
||||
<!-- 768 logical pixels is given as the value for small screens in the AppStream spec -->
|
||||
<display_length compare="ge">768</display_length>
|
||||
</recommends>
|
||||
|
||||
<content_rating type="oars-1.0">
|
||||
<content_attribute id="language-profanity">none</content_attribute>
|
||||
<content_attribute id="language-humor">none</content_attribute>
|
||||
<content_attribute id="language-discrimination">none</content_attribute>
|
||||
<content_attribute id="social-chat">none</content_attribute>
|
||||
<content_attribute id="social-info">none</content_attribute>
|
||||
<content_attribute id="social-audio">none</content_attribute>
|
||||
<content_attribute id="social-location">none</content_attribute>
|
||||
<content_attribute id="social-contacts">none</content_attribute>
|
||||
<content_attribute id="money-purchasing">none</content_attribute>
|
||||
<content_attribute id="money-gambling">none</content_attribute>
|
||||
</content_rating>
|
||||
<content_rating type="oars-1.1"/>
|
||||
<provides>
|
||||
<binary>rpcs3</binary>
|
||||
</provides>
|
||||
<keywords>
|
||||
<keyword>ps3</keyword>
|
||||
<keyword>playstation</keyword>
|
||||
</keywords>
|
||||
</component>
|
||||
|
Loading…
x
Reference in New Issue
Block a user