From 691005a67e741a13fa2344beb2b339cfb91ceecf Mon Sep 17 00:00:00 2001 From: Nicholas Dyer Date: Mon, 6 Jan 2025 22:30:38 -0500 Subject: [PATCH] change FPS from 60 to 90 --- steam_saver/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steam_saver/main.py b/steam_saver/main.py index f5c885d..53007b3 100644 --- a/steam_saver/main.py +++ b/steam_saver/main.py @@ -3,7 +3,7 @@ import subprocess import steam_saver.surfaces as surfaces # Global variables -FPS = 60 +FPS = 90 VALID_SURFACES = [ 'steam_screen' ]