mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 23:58:04 -04:00
release 1.85
This commit is contained in:
parent
92dfd9afa6
commit
68af34fe20
11 changed files with 80 additions and 51 deletions
12
platform/pandora/PicoDrive.sh
Executable file
12
platform/pandora/PicoDrive.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/sh
|
||||
|
||||
# 2x2M hugepages should be enough
|
||||
sudo -n /usr/pandora/scripts/op_hugetlb.sh 4
|
||||
|
||||
./PicoDrive "$@"
|
||||
|
||||
# restore stuff if pico crashes
|
||||
./picorestore
|
||||
sudo -n /usr/pandora/scripts/op_lcdrate.sh 60
|
||||
sudo -n /usr/pandora/scripts/op_gamma.sh 0
|
||||
sudo -n /usr/pandora/scripts/op_hugetlb.sh 0
|
Loading…
Add table
Add a link
Reference in a new issue