WiFi: Initialize wifiEmulationLevel to WifiEmulationLevel_Off on startup.

This commit is contained in:
rogerman 2018-07-30 15:58:48 -07:00
parent 07d75886bc
commit ca6d8aaf73
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ int TotalLagFrames;
TSCalInfo TSCal;
WifiEmulationLevel wifiEmulationLevel;
WifiEmulationLevel wifiEmulationLevel = WifiEmulationLevel_Off;
namespace DLDI
{