Merge git://github.com/notaz/pcsx_rearmed
authortwinaphex <autechre1024@hotmail.com>
Sun, 17 Feb 2013 22:20:39 +0000 (23:20 +0100)
committertwinaphex <autechre1024@hotmail.com>
Sun, 17 Feb 2013 22:20:39 +0000 (23:20 +0100)
frontend/pandora/pcsx.sh

index 4258ac1..a69ca31 100755 (executable)
@@ -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 "$@"