blob: 95a43d53cb5bc593d9163a3537d794dec9e526ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/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 "$@"
cd /usr/gp2x
exec ./gp2xmenu
|