frontend: Wiz/Caanoo tweaks + banner image from darklight1138
authornotaz <notasas@gmail.com>
Sun, 30 Oct 2011 19:31:31 +0000 (21:31 +0200)
committernotaz <notasas@gmail.com>
Sun, 30 Oct 2011 21:57:12 +0000 (23:57 +0200)
Makefile.caanoo
frontend/320240/caanoo.gpe
frontend/320240/pcsx_rearmed.ini
frontend/320240/pcsxb.png [new file with mode: 0644]

index 2711c2b..ca33c1b 100644 (file)
@@ -1,5 +1,6 @@
 export ARM926=1
 export ARM_CORTEXA8=0
+# caanoo also covers Wiz
 PLATFORM=caanoo
 
 include Makefile
index f6e72e5..95a43d5 100755 (executable)
@@ -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 "$@"
 
index aeba53d..b15497f 100644 (file)
@@ -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 (file)
index 0000000..ff5a48a
Binary files /dev/null and b/frontend/320240/pcsxb.png differ