mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-24 18:16:56 +01:00
disable more useless stuff in vWii build
This commit is contained in:
parent
c7e24158d6
commit
2d44098faf
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user