From 3f55f85e1078055caa25ec5bd89d5b267f871a64 Mon Sep 17 00:00:00 2001 From: kervala Date: Mon, 9 Nov 2015 10:05:39 +0100 Subject: [PATCH] Changed: Frequency to 0 to enable automatic detection --HG-- branch : compatibility-develop --- code/ryzom/client/client_default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/client/client_default.cfg b/code/ryzom/client/client_default.cfg index a433cf318..39be8e0f7 100644 --- a/code/ryzom/client/client_default.cfg +++ b/code/ryzom/client/client_default.cfg @@ -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