3ds stuff
This commit is contained in:
7
day01/include/BridgingHeader.h
Normal file
7
day01/include/BridgingHeader.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <3ds.h>
|
||||
#include <stdio.h>
|
||||
|
||||
static inline void gspWaitForVBlankWrapper(void) {
|
||||
gspWaitForVBlank();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user