1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-26 04:32:35 +01:00

Remove zero-width spaces (u200b)

This commit is contained in:
Filippe LeMarchand 2019-02-13 21:14:16 +03:00 committed by Ivan
parent d4888a4973
commit a8621ebc22

View File

@ -1,27 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2018 RPCS3--> <!-- Copyright 2018 RPCS3-->
<component type="desktop-application"> <component type="desktop-application">
<id>RPCS3</id> <id>RPCS3</id>
<metadata_license>FSFAP</metadata_license> <metadata_license>FSFAP</metadata_license>
<project_license>GPL-2.0</project_license> <project_license>GPL-2.0</project_license>
<name>RPCS3</name> <name>RPCS3</name>
<summary>Open-source Sony PlayStation 3 Emulator</summary> <summary>Open-source Sony PlayStation 3 Emulator</summary>
<description> <description>
<p> <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. 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. The emulator is currently capable of running over 1800 commercial titles powered by Vulkan and OpenGL.
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. 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. 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. Most of this information can be found on the PlayStation 3 Developer Wiki.
</p> </p>
</description> </description>
<launchable type="desktop-id">rpcs3.desktop</launchable> <launchable type="desktop-id">rpcs3.desktop</launchable>
<url type="homepage">https://rpcs3.net</url> <url type="homepage">https://rpcs3.net</url>
<provides> <provides>
<binary>rpcs3</binary> <binary>rpcs3</binary>
</provides> </provides>
</component> </component>