From: notaz Date: Sun, 30 Oct 2011 19:31:31 +0000 (+0200) Subject: frontend: Wiz/Caanoo tweaks + banner image from darklight1138 X-Git-Tag: r11~2 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=8f2484caddc9b2ee0b4b7a1fda8b0c8f6d459295 frontend: Wiz/Caanoo tweaks + banner image from darklight1138 --- diff --git a/Makefile.caanoo b/Makefile.caanoo index 2711c2bf..ca33c1b9 100644 --- a/Makefile.caanoo +++ b/Makefile.caanoo @@ -1,5 +1,6 @@ export ARM926=1 export ARM_CORTEXA8=0 +# caanoo also covers Wiz PLATFORM=caanoo include Makefile diff --git a/frontend/320240/caanoo.gpe b/frontend/320240/caanoo.gpe index f6e72e5a..95a43d53 100755 --- a/frontend/320240/caanoo.gpe +++ b/frontend/320240/caanoo.gpe @@ -1,6 +1,9 @@ #!/bin/sh +# Wiz's timings are already good, apply this for Caanoo +if [ -e /dev/accel ]; then ./pollux_set "ram_timings=3,9,4,1,1,1,1" +fi ./pcsx "$@" diff --git a/frontend/320240/pcsx_rearmed.ini b/frontend/320240/pcsx_rearmed.ini index aeba53dc..b15497f4 100644 --- a/frontend/320240/pcsx_rearmed.ini +++ b/frontend/320240/pcsx_rearmed.ini @@ -2,4 +2,5 @@ name="PCSX ReARMed" icon="/pcsx_rearmed/pcsx26.png" path="/pcsx_rearmed/pcsx.gpe" +title="/pcsx_rearmed/pcsxb.png" group="GAMES" diff --git a/frontend/320240/pcsxb.png b/frontend/320240/pcsxb.png new file mode 100644 index 00000000..ff5a48a2 Binary files /dev/null and b/frontend/320240/pcsxb.png differ