diff options
author | notaz | 2011-03-22 01:04:51 +0200 |
---|---|---|
committer | notaz | 2011-03-22 01:07:58 +0200 |
commit | 3938f69aec45c859104d780df98b10c0977fb144 (patch) | |
tree | 5188c6310a5f714d95879359448bb0fb68b911bc /pandora | |
parent | a48f14785ecc79b1ffe9dc51131d9b9aca1c7f2f (diff) | |
download | pcsx_rearmed-3938f69aec45c859104d780df98b10c0977fb144.tar.gz pcsx_rearmed-3938f69aec45c859104d780df98b10c0977fb144.tar.bz2 pcsx_rearmed-3938f69aec45c859104d780df98b10c0977fb144.zip |
release r8
Diffstat (limited to 'pandora')
-rw-r--r-- | pandora/pcsx.pxml | 23 | ||||
-rw-r--r-- | pandora/pcsx.pxml.templ | 38 | ||||
-rw-r--r-- | pandora/readme.txt | 18 |
3 files changed, 54 insertions, 25 deletions
diff --git a/pandora/pcsx.pxml b/pandora/pcsx.pxml deleted file mode 100644 index 3ffe8b0..0000000 --- a/pandora/pcsx.pxml +++ /dev/null @@ -1,23 +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"> -<application id="pcsx_rearmed"> - <title lang="en_US">PCSX ReARMed</title> - - <description lang="en_US">PlayStation 1 Emulator.</description> - - <exec command="pcsx.sh"/> - - <icon src="pcsx.png"/> - - <author name="PCSX team/notaz" website="http://notaz.gp2x.de/"/> - - <version major="1" minor="9" release="92" build="0"/> - <info name="PCSX ReARMed readme" type="text/plain" src="readme.txt"/> - - <categories> - <category name="Game"> - <subcategory name="Emulator"/> - </category> - </categories> -</application> -</PXML> diff --git a/pandora/pcsx.pxml.templ b/pandora/pcsx.pxml.templ new file mode 100644 index 0000000..5c91072 --- /dev/null +++ b/pandora/pcsx.pxml.templ @@ -0,0 +1,38 @@ +<?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.%PR%"> + <titles> + <title lang="en_US">PCSX ReARMed %PR%</title> + </titles> + <version major="1" minor="9" release="92" 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> + + <description lang="en_US">PlayStation Emulator.</description> + + <exec command="pcsx.sh"/> + + <icon src="pcsx.png"/> + + <author name="PCSX team/notaz" website="http://notaz.gp2x.de/"/> + + <version major="1" minor="9" release="92" 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> diff --git a/pandora/readme.txt b/pandora/readme.txt index 5dcf0cb..dc3a17e 100644 --- a/pandora/readme.txt +++ b/pandora/readme.txt @@ -10,8 +10,9 @@ About PCSX ReARMed is yet another PCSX fork based on the PCSX-Reloaded project, which itself contains code from PCSX, PCSX-df and PCSX-Revolution. This version is ARM architecture oriented and features MIPS->ARM recompiler by -Ari64. It was created for Pandora handheld, but should be usable on other -devices after some code adjustments. +Ari64, NEON GTE code and more performance improvements. It was created for +Pandora handheld, but should be usable on other devices after some code +adjustments (N900 version is also available). PCSX ReARMed features GPU plugin from PCSX4ALL project. @@ -65,6 +66,19 @@ spunull.so - NULL plugin, i.e. no sound emulation. Changelog --------- +r8 (2011-03-22) +* improved recompiler performance for some games +* fixed a few recompiler related compatibility issues + (also fixes broken memcard support in some games) +* fixed some graphics problems caused by frameskip. + Note that not all problems were fixed, so if you see graphics + glitches try turning off frameskip or using different GPU plugin. ++ added screenshot function ++ added some code to attempt to sync with pandora's LCD better +* merged a few compatibility fixes from PCSX-Reloaded +* fixed and issue with external controllers +* added experimental ability to use nubs as buttons + r7 (2011-03-02) + implemented most used GTE operations in NEON * merged latest Ari64's recompiler patches |