Remove DCH warning, force update to DCH
This commit is contained in:
parent
72a714e1f4
commit
3e2f389fc3
2 changed files with 1 additions and 12 deletions
|
@ -421,12 +421,7 @@ namespace EnvyUpdate
|
|||
}
|
||||
public static int GetDTCID()
|
||||
{
|
||||
int dtcid = 0;
|
||||
if (IsDCH())
|
||||
{
|
||||
dtcid = 1;
|
||||
}
|
||||
return dtcid;
|
||||
return 1; // Force update to DCH drivers
|
||||
}
|
||||
|
||||
public static int GetDTID()
|
||||
|
|
Reference in a new issue