aboutsummaryrefslogtreecommitdiff
path: root/frontend/pandora/pcsx.pxml.templ
diff options
context:
space:
mode:
authorTwinaphex2017-04-09 15:34:17 +0200
committerGitHub2017-04-09 15:34:17 +0200
commitd4fa7f640a5f6cc014ee74912ec0b1dd5e19abad (patch)
tree1ae12cf02ccb4819268b19de7dc70fc09d9ce63f /frontend/pandora/pcsx.pxml.templ
parent0b52c77bc1caaa56b91222e4836e6c85a5f2b52a (diff)
parent646a63e41c53e5c1c971a4e305d4627dcee43c5e (diff)
downloadpcsx_rearmed-d4fa7f640a5f6cc014ee74912ec0b1dd5e19abad.tar.gz
pcsx_rearmed-d4fa7f640a5f6cc014ee74912ec0b1dd5e19abad.tar.bz2
pcsx_rearmed-d4fa7f640a5f6cc014ee74912ec0b1dd5e19abad.zip
Merge pull request #113 from meepingsnesroms/master
Remove outdated platforms
Diffstat (limited to 'frontend/pandora/pcsx.pxml.templ')
-rw-r--r--frontend/pandora/pcsx.pxml.templ42
1 files changed, 0 insertions, 42 deletions
diff --git a/frontend/pandora/pcsx.pxml.templ b/frontend/pandora/pcsx.pxml.templ
deleted file mode 100644
index f748065..0000000
--- a/frontend/pandora/pcsx.pxml.templ
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<PXML xmlns="http://openpandora.org/namespaces/PXML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PXML_schema.xsd">
-<package id="package.pcsx_rearmed.notaz">
- <titles>
- <title lang="en_US">PCSX ReARMed</title>
- </titles>
- <version major="1" minor="9" release="93" build="%PR%"/>
- <author name="PCSX team/notaz" website="http://notaz.gp2x.de/"/>
-</package>
-<application id="pcsx_rearmed.notaz.%PR%" appdata="pcsx_rearmed">
- <titles>
- <title lang="en_US">PCSX ReARMed %PR%</title>
- </titles>
- <title lang="en_US">PCSX ReARMed %PR%</title>
-
- <descriptions>
- <description lang="en_US">PCSX ReARMed is heavily optimized PlayStation Emulator. It's a PCSX fork based on the PCSX-Reloaded project, which itself contains code from PCSX, PCSX-df and PCSX-Revolution.
-
-The emulator features MIPS->ARM recompiler by Ari64 and ARM NEON GPU by Exophase, that in many cases produces pixel perfect graphics at very high performance. There is also NEON-optimized GTE code, optimized P.E.Op.S. (Pete's) SPU; PCSX4ALL and traditional P.E.Op.S. GPUs are also available.</description>
- </descriptions>
-
- <exec command="pcsx.sh"/>
-
- <icon src="pcsx.png"/>
-
- <author name="PCSX team/notaz" website="http://notaz.gp2x.de/"/>
-
- <version major="1" minor="9" release="93" build="%PR%"/>
-
- <licenses>
- <license name="GPLv2+" url="http://www.gnu.org/licenses/gpl-2.0.html" sourcecodeurl="http://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git"/>
- </licenses>
-
- <info name="PCSX ReARMed %PR% readme" type="text/plain" src="readme.txt"/>
-
- <categories>
- <category name="Game">
- <subcategory name="Emulator"/>
- </category>
- </categories>
-</application>
-</PXML>