Merge pull request #2983 from fewtarius/dev
Wii should also use highest performance modes by default.
This commit is contained in:
commit
33a743ccf8
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
. /etc/profile.d/001-functions
|
||||
|
||||
### Set the default performance scaling mode for a few systems.
|
||||
for SYSTEM in dreamcast n64 ports psp saturn ps2 gamecube
|
||||
for SYSTEM in dreamcast n64 ports psp saturn ps2 gamecube wii
|
||||
do
|
||||
CPU_SETTING=$(get_setting ${SYSTEM}.cpugovernor)
|
||||
if [ -z "${CPU_SETTING}" ]
|
||||
|
|
Loading…
Reference in a new issue