Changed: Frequency to 0 to enable automatic detection

This commit is contained in:
kervala 2015-11-09 10:05:39 +01:00
parent fd32135072
commit 0a60387a92

View file

@ -20,7 +20,7 @@ Width = 0;
Height = 0;
PositionX = 0;
PositionY = 0;
Frequency = 60;
Frequency = 0;
Depth = 32;
Sleep = -1;
ProcessPriority = 0; // -2 = idle, -1 = below normal, 0 = normal, 1 = above normal, 2 = high, 3 = real time