Skip to content

Commit

Permalink
test 30 fps
Browse files Browse the repository at this point in the history
  • Loading branch information
backslashxx committed Dec 22, 2024
1 parent 69ec1ad commit 2f1f528
Show file tree
Hide file tree
Showing 3 changed files with 6,573 additions and 1 deletion.
2 changes: 1 addition & 1 deletion action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

# requires https://github.com/bryanyee33/KernelSU/commit/3da19277a2efadcc52e2b48c01329ee2c36712ef
if [ -z "$MMRL" ] && [ "$KSU" = "true" ]; then
while read -r frame; do echo -en "$frame"; clear ; sleep 0.04 ; done < $MODDIR/frames_24fps.txt
while read -r frame; do echo -en "$frame"; clear ; sleep 0.032 ; done < $MODDIR/frames_30fps.txt
exit 0
fi

Expand Down
Binary file added bad_apple_30fps.zip
Binary file not shown.
Loading

0 comments on commit 2f1f528

Please sign in to comment.