From 27a6739927e0d66478cb553c1da7dc50b9af0f9a Mon Sep 17 00:00:00 2001 From: "firedcto@gmail.com" Date: Wed, 17 Jul 2024 08:30:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E6=9F=A5HDR=20=E5=A4=9C=E7=81=AF?= =?UTF-8?q?=E6=98=AF=E5=90=A6=E5=BC=80=E5=90=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index a6f3d67..29704df 100644 --- a/config.py +++ b/config.py @@ -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',