File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export THEME_PATH="$(awk -F'"' '/"theme":/ {print $4}' "/mnt/UDISK/system.json"
1212# - maximum: constant 1536mhz frequency, best suited for harder to run games (i.e. SNES SuperFX or 3D PSX)
1313# - turbo: constant 1632mhz frequency, best suited for the most demanding games. CAUTION: this may cause instability!
1414# - overdrive: constant 1728mhz frequency, best suited for the most demanding games. CAUTION: this may cause instability!
15- # - unstable: constant 1824mhz frequency, best suited for the most demanding games. CAUTION: this may cause instability!
15+ # - unstable: constant 1872mhz frequency, best suited for the most demanding games. CAUTION: this may cause instability!
1616set_cpuclock () {
1717 chmod a+w /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
1818 chmod a+w /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
@@ -56,7 +56,7 @@ set_cpuclock() {
5656 ;;
5757 " unstable" )
5858 echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
59- devmem 0x01C20000 32 0x80001230 # ditto (1824MHz )
59+ devmem 0x01C20000 32 0x80001920 # ditto (1872MHz )
6060 ;;
6161 esac
6262
You can’t perform that action at this time.
0 commit comments