disable more useless stuff in vWii build

This commit is contained in:
Christopher Roy Bratusek 2013-01-01 12:54:37 +01:00
parent c7e24158d6
commit 2d44098faf
2 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,8 @@
#define READ_SIZE (1 << 10)
#ifndef VWII
u8 *gdata = (u8 *)0x92000000;
/*** Extern variables ***/
@ -278,3 +280,5 @@ void ShutdownGeckoThread()
geckothread = LWP_THREAD_NULL;
}
}
#endif /* VWII */

View File

@ -8,6 +8,7 @@
/* init-globals */
static bool geckoinit = false;
#ifndef VWII
#ifndef NO_DEBUG
#include <stdarg.h>
@ -118,3 +119,4 @@ void USBGeckoOutput()
}
#endif /* NO_DEBUG */
#endif /* VWII */