diff --git a/desmume/src/NDSSystem.cpp b/desmume/src/NDSSystem.cpp index d47b26865..cdd1d6a3f 100644 --- a/desmume/src/NDSSystem.cpp +++ b/desmume/src/NDSSystem.cpp @@ -2116,14 +2116,12 @@ void Sequencer::execHardware() } } -#ifndef PUBLIC_RELEASE #ifdef EXPERIMENTAL_WIFI if(wifi.isTriggered()) { WIFI_usTrigger(); wifi.timestamp += kWifiCycles; } -#endif #endif if(divider.isTriggered()) divider.exec();