Skip to content

Commit e9c4d06

Browse files
committed
Ok what the actual fuck did I just do before
1 parent 6aba31e commit e9c4d06

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Emus/.emu_setup/launch_emu.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,14 @@ ROM_FILE="$(readlink -f "$1")"
7171
if [ "$CPU_MODE" = "smart" ]; then
7272
{ # speed up game launch
7373
set_cpuclock --mode performance
74-
sleep 5/home/cobalt/Downloads/Quark Effusion Updater/Apps /home/cobalt/Downloads/Quark Effusion Updater/Updater /home/cobalt/Downloads/Quark Effusion Updater/Quark_Update_v1.4.0.tar.zst
74+
sleep 5
75+
set_cpuclock --mode smart --min-freq $CPU_MIN_FREQ
76+
} &
77+
else
78+
set_cpuclock --mode "$CPU_MODE"
79+
fi
80+
81+
case "$EMU" in
7582
"MP3") run_mp3 ;;
7683
"OPENBOR") run_openbor ;;
7784
"PORTS") run_port ;;

0 commit comments

Comments
 (0)