From ca6d8aaf7375e75bec770fcac6629eb19fc58b56 Mon Sep 17 00:00:00 2001 From: rogerman Date: Mon, 30 Jul 2018 15:58:48 -0700 Subject: [PATCH] WiFi: Initialize wifiEmulationLevel to WifiEmulationLevel_Off on startup. --- desmume/src/NDSSystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/NDSSystem.cpp b/desmume/src/NDSSystem.cpp index d8c57f72f..d06e3ccf1 100644 --- a/desmume/src/NDSSystem.cpp +++ b/desmume/src/NDSSystem.cpp @@ -102,7 +102,7 @@ int TotalLagFrames; TSCalInfo TSCal; -WifiEmulationLevel wifiEmulationLevel; +WifiEmulationLevel wifiEmulationLevel = WifiEmulationLevel_Off; namespace DLDI {