Changed: Frequency to 0 to enable automatic detection

--HG--
branch : compatibility-develop
This commit is contained in:
kervala 2015-11-09 10:05:39 +01:00
parent 2548561d1e
commit 3f55f85e10

View file

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