Merge pull request #2983 from fewtarius/dev

Wii should also use highest performance modes by default.
This commit is contained in:
fewtarius 2024-03-05 06:06:50 -05:00 committed by GitHub
commit 33a743ccf8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}" ]