From 3938f69aec45c859104d780df98b10c0977fb144 Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 22 Mar 2011 01:04:51 +0200 Subject: [PATCH] release r8 --- Makefile | 6 ++++-- README | 13 +++++++++++++ pandora/pcsx.pxml | 23 ----------------------- pandora/pcsx.pxml.templ | 38 ++++++++++++++++++++++++++++++++++++++ pandora/readme.txt | 18 ++++++++++++++++-- 5 files changed, 71 insertions(+), 27 deletions(-) delete mode 100644 pandora/pcsx.pxml create mode 100644 pandora/pcsx.pxml.templ diff --git a/Makefile b/Makefile index 2c2767ac..d6e968fa 100644 --- a/Makefile +++ b/Makefile @@ -147,10 +147,12 @@ PND_MAKE ?= $(HOME)/dev/pnd/src/pandora-libraries/testdata/scripts/pnd_make.sh VER ?= $(shell git describe master) rel: pcsx $(PLUGINS) \ - pandora/pcsx.sh pandora/pcsx.pxml pandora/pcsx.png \ + pandora/pcsx.sh pandora/pcsx.pxml.templ pandora/pcsx.png \ pandora/picorestore pandora/readme.txt pandora/skin COPYING rm -rf out mkdir -p out/plugins cp -r $^ out/ + sed -e 's/%PR%/$(VER)/g' out/pcsx.pxml.templ > out/pcsx.pxml + rm out/pcsx.pxml.templ mv out/*.so out/plugins/ - $(PND_MAKE) -p pcsx_rearmed_$(VER).pnd -d out -x pandora/pcsx.pxml -i pandora/pcsx.png -c + $(PND_MAKE) -p pcsx_rearmed_$(VER).pnd -d out -x out/pcsx.pxml -i pandora/pcsx.png -c diff --git a/README b/README index 50713d2a..803b1728 100644 --- a/README +++ b/README @@ -1,3 +1,16 @@ +PCSX-ReARMed - yet another PCSX fork +------------------------------- + +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, 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. + + PCSX-Reloaded ------------------------------- diff --git a/pandora/pcsx.pxml b/pandora/pcsx.pxml deleted file mode 100644 index 3ffe8b0b..00000000 --- a/pandora/pcsx.pxml +++ /dev/null @@ -1,23 +0,0 @@ - - - - PCSX ReARMed - - PlayStation 1 Emulator. - - - - - - - - - - - - - - - - - diff --git a/pandora/pcsx.pxml.templ b/pandora/pcsx.pxml.templ new file mode 100644 index 00000000..5c910722 --- /dev/null +++ b/pandora/pcsx.pxml.templ @@ -0,0 +1,38 @@ + + + + + PCSX ReARMed %PR% + + + + + + + PCSX ReARMed %PR% + + PCSX ReARMed %PR% + + PlayStation Emulator. + + + + + + + + + + + + + + + + + + + + + + diff --git a/pandora/readme.txt b/pandora/readme.txt index 5dcf0cb3..dc3a17e7 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 -- 2.39.2