From 680c4b3b0018b56e96109cb2efb76c63d86ecd77 Mon Sep 17 00:00:00 2001 From: gocha Date: Thu, 8 Oct 2009 10:06:14 +0000 Subject: [PATCH] remove '#ifndef PUBLIC_RELEASE' which surrounds a part of wifi function. wifi function can be enabled/disabled by EXPERIMENTAL_WIFI. --- desmume/src/NDSSystem.cpp | 2 -- 1 file changed, 2 deletions(-) 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();