WiFi: Initialize wifiEmulationLevel to WifiEmulationLevel_Off on startup.
This commit is contained in:
parent
07d75886bc
commit
ca6d8aaf73
|
@ -102,7 +102,7 @@ int TotalLagFrames;
|
||||||
|
|
||||||
TSCalInfo TSCal;
|
TSCalInfo TSCal;
|
||||||
|
|
||||||
WifiEmulationLevel wifiEmulationLevel;
|
WifiEmulationLevel wifiEmulationLevel = WifiEmulationLevel_Off;
|
||||||
|
|
||||||
namespace DLDI
|
namespace DLDI
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue