0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-06-05 08:25:28 +00:00

检查HDR 夜灯是否开启

This commit is contained in:
firedcto@gmail.com 2024-07-17 08:30:42 +08:00
parent 96a00c17f0
commit 27a6739927

View File

@ -6,7 +6,7 @@ from src.task.FarmEchoTask import FarmEchoTask
from src.task.FarmWorldBossTask import FarmWorldBossTask
from src.task.SkipDialogTask import AutoDialogTask
version = "v1.1.11"
version = "v0.0.11"
def calculate_pc_exe_path(running_path):
@ -33,7 +33,8 @@ config = {
'calculate_pc_exe_path': calculate_pc_exe_path,
'interaction': 'PostMessage',
'can_bit_blt': True, # default false, opengl games does not support bit_blt
'bit_blt_render_full': True
'bit_blt_render_full': True,
'check_hdr_and_night_light': True
},
'supported_resolution': {
'ratio': '16:9',