mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-01-09 14:07:56 -05:00
Update cyberpunk2077.py
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user