Skip to content

Commit

Permalink
Fix call to cpuclock
Browse files Browse the repository at this point in the history
  • Loading branch information
XK9274 authored Apr 10, 2024
1 parent 192e652 commit 05480c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sonic Mania/Roms/PORTS/Games/Sonic Mania/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi
CUST_CPUCLOCK=1
if [ "$CUST_CPUCLOCK" = "1" ]; then
echo "set customized cpuspeed"
./cpuclock 1600
$sysdir/bin/cpuclock 1600
fi

cd "$mydir"
Expand Down

0 comments on commit 05480c7

Please sign in to comment.