mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
12 lines
289 B
Bash
Executable file
12 lines
289 B
Bash
Executable file
#!/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
|