From 1ac804af759a1439428d57c41c05bdda0c59bc21 Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 15 Feb 2013 23:43:53 +0200 Subject: [PATCH] frontend: pandora: adjust hugetlb allocation needs some tweaks after mem refactoring --- frontend/pandora/pcsx.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 "$@" -- 2.39.2