Update cyberpunk2077.py

This commit is contained in:
J-Doiron
2025-02-14 13:49:20 -08:00
parent a1f8cf67ea
commit 41cd289b88

View File

@@ -92,17 +92,16 @@ def navigate_settings() -> None:
result = kerasService.wait_for_word("grain", interval=1, timeout=2)
if not result:
user.press("down")
FSR = kerasService.wait_for_word("amd", interval=1, timeout=2)
if FSR:
press_n_times("down", 2, 0.2) #gets you to film grain
XESS = kerasService.wait_for_word("intel", interval=1, timeout=2)
if XESS:
press_n_times("down", 2, 0.2) #gets you to film grain
if not DLSS or FSR or XESS:
else:
user.press("down")
check_for_rt()