Skip to content

Commit

Permalink
检查HDR 夜灯是否开启
Browse files Browse the repository at this point in the history
  • Loading branch information
ok-oldking committed Jul 17, 2024
1 parent 96a00c1 commit 27a6739
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
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):
Expand All @@ -33,7 +33,8 @@ def calculate_pc_exe_path(running_path):
'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',
Expand Down

0 comments on commit 27a6739

Please sign in to comment.