mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-01 07:05:10 +01:00
headers
This commit is contained in:
parent
b9b4052a46
commit
6d9feadca8
@ -1,5 +1,11 @@
|
||||
|
||||
void HaltGeckoThread();
|
||||
void ResumeGeckoThread();
|
||||
void InitGeckoThread();
|
||||
void ShutdownGeckoThread();
|
||||
#ifdef VWII
|
||||
#define HaltGeckoThread() false
|
||||
#define ResumeGeckoThread() false
|
||||
#define InitGeckoThread() false
|
||||
#define ShutdownGeckoThread() false
|
||||
#else
|
||||
void HaltGeckoThread();
|
||||
void ResumeGeckoThread();
|
||||
void InitGeckoThread();
|
||||
void ShutdownGeckoThread();
|
||||
#endif
|
@ -21,6 +21,12 @@ extern "C"
|
||||
#define hexdump( x, y )
|
||||
#endif /* NO_DEBUG */
|
||||
|
||||
#ifdef VWII
|
||||
#define gprintf(...)
|
||||
#define InitGecko() false
|
||||
#define hexdump( x, y )
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user