From: twinaphex Date: Sun, 17 Feb 2013 22:20:39 +0000 (+0100) Subject: Merge git://github.com/notaz/pcsx_rearmed X-Git-Tag: r24l~968 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24f4865eff11beb6348d9e0e310d593477359afe;hp=ad72cb33d8ef068b92a059a774dd7871d052a707;p=pcsx_rearmed.git Merge git://github.com/notaz/pcsx_rearmed --- diff --git a/frontend/pandora/pcsx.sh b/frontend/pandora/pcsx.sh index 4258ac1b..a69ca31a 100755 --- a/frontend/pandora/pcsx.sh +++ b/frontend/pandora/pcsx.sh @@ -5,9 +5,10 @@ nub0mode=`cat /proc/pandora/nub0/mode` nub1mode=`cat /proc/pandora/nub1/mode` /usr/pandora/scripts/op_nubchange.sh absolute absolute -# 4MB for RAM (2+align) + 2MB for vram (1+overdraw) + 10MB for gpu_neon (8+overdraw) +# 4MB for RAM (2+align) + 2MB for vram (1+overdraw) +# + 10MB for gpu_neon (8+overdraw) + 8MB LUTs # no big deal if this fails, only performance loss -sudo -n /usr/pandora/scripts/op_hugetlb.sh 16 +sudo -n /usr/pandora/scripts/op_hugetlb.sh 24 ./pcsx "$@"