mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
GPU tweaks
This commit is contained in:
@@ -322,8 +322,8 @@ namespace GHelper
|
||||
|
||||
pictureLog.Click += PictureLog_Click;
|
||||
|
||||
checkGPUFix.Visible = AppConfig.ContainsModel("GA402X");
|
||||
checkGPUFix.Checked = AppConfig.Get("gpu_fix") != 0;
|
||||
checkGPUFix.Visible = AppConfig.IsGPUFixNeeded();
|
||||
checkGPUFix.Checked = AppConfig.IsGPUFix();
|
||||
checkGPUFix.CheckedChanged += CheckGPUFix_CheckedChanged;
|
||||
|
||||
InitVariBright();
|
||||
|
||||
Reference in New Issue
Block a user