1
0
forked from ndyer/pygame-dvd

change FPS from 60 to 90

This commit is contained in:
Nicholas Dyer 2025-01-06 22:30:38 -05:00
parent 11f5eb5a79
commit 691005a67e
Signed by: ndyer
GPG Key ID: B4FEDEE7298D2503

View File

@ -3,7 +3,7 @@ import subprocess
import steam_saver.surfaces as surfaces import steam_saver.surfaces as surfaces
# Global variables # Global variables
FPS = 60 FPS = 90
VALID_SURFACES = [ VALID_SURFACES = [
'steam_screen' 'steam_screen'
] ]