From b6f31aabb486d35636da698426134e3ecca8fdc0 Mon Sep 17 00:00:00 2001 From: riccardom Date: Tue, 3 Mar 2009 20:38:25 +0000 Subject: [PATCH] Remove nested /* */ comments --- desmume/src/NDSSystem.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/desmume/src/NDSSystem.cpp b/desmume/src/NDSSystem.cpp index 1149b2fe4..c3afa86c0 100644 --- a/desmume/src/NDSSystem.cpp +++ b/desmume/src/NDSSystem.cpp @@ -1087,14 +1087,14 @@ u32 NDS_exec(s32 nb) #endif } -/*#ifdef EXPERIMENTAL_WIFI +#if 0 && defined(EXPERIMENTAL_WIFI) if((nds.ARM7Cycle % 0x3F03) == 0) { - /* 3F03 arm7 cycles = ~1usec *-/ + /* 3F03 arm7 cycles = ~1usec */ WIFI_usTrigger(&wifiMac) ; } -#endif*/ +#endif int nds7old = nds.ARM7Cycle;