Skip to content

Commit

Permalink
release r11
Browse files Browse the repository at this point in the history
  • Loading branch information
notaz committed Oct 30, 2011
1 parent 0c2871a commit b0c8d18
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Makefile.caanoo
Expand Up @@ -11,7 +11,7 @@ PLUGINS = plugins/spunull/spunull.so plugins/gpu_unai/gpuPCSX4ALL.so

rel_caanoo: pcsx $(PLUGINS) \
frontend/320240/caanoo.gpe frontend/320240/pcsx26.png \
frontend/320240/skin \
frontend/320240/pcsxb.png frontend/320240/skin \
frontend/warm/bin/warm_2.6.24.ko frontend/320240/pollux_set \
frontend/320240/pcsx_rearmed.ini readme.txt COPYING
rm -rf out
Expand All @@ -22,5 +22,6 @@ rel_caanoo: pcsx $(PLUGINS) \
mv out/pcsx_rearmed/pcsx_rearmed.ini out/
mkdir out/pcsx_rearmed/lib/
cp ./lib/libbz2.so.1 out/pcsx_rearmed/lib/
mkdir out/pcsx_rearmed/bios/
cd out && zip -9 -r ../pcsx_rearmed_$(VER)_caanoo.zip *

23 changes: 20 additions & 3 deletions readme.txt
Expand Up @@ -12,7 +12,7 @@ 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).
adjustments (N900, GPH Wiz/Caanoo versions are also available).

PCSX ReARMed features GPU plugin from PCSX4ALL project.

Expand Down Expand Up @@ -45,8 +45,8 @@ to work. To use real BIOS, copy uncompressed BIOS files to
[sd card]/pandora/appdata/pcsx_rearmed/bios/
then select the BIOS you want to use in Options->BIOS/Plugins menu.

Analog controllers are supported using nubs, but this is disabled by
default and needs to be enabled in 'Controls' menu.
On pandora, analog controllers are supported using nubs, but this is
disabled by default and needs to be enabled in 'Controls' menu.
There is also touchscreen based GunCon support, which also requires
appropriate controller selected in controls configuration.

Expand All @@ -69,6 +69,23 @@ spunull.so - NULL plugin, i.e. no sound emulation.
Changelog
---------

r11 (2011-10-31)
+ added Wiz support
* Caanoo: fixed tv-out
+ Caanoo/Wiz: added scaling (16bpp only)
+ Caanoo/Wiz: added touchscreen-as-buttons input (4 sections)
+ added .cbin support
+ added multidisk eboot support (use "next multidisk CD" in exras menu)
* some GTE related optimizations
* various other optimizations
+ added some speed hack options for slower devices
(get more speed at stability and correctness loss)
* fixed several compatibility issues
* fixed a few crash situations
* various minor adjustments
* maemo: merged some code from Bonapart
* maemo: fixed BIOS issue (hopefully)

r10 (2011-10-10)
+ added Caanoo port
+ completely rewrote memory handlers
Expand Down

0 comments on commit b0c8d18

Please sign in to comment.