Wii should also use highest performance modes by default.

This commit is contained in:
fewtarius 2024-03-05 11:06:12 +00:00
parent 06a387f28b
commit 4fb279237c
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

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