10 lines
153 B
C
10 lines
153 B
C
#include <3ds.h>
|
|
#include <math.h>
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
|
|
static inline void gspWaitForVBlankWrapper(void) {
|
|
gspWaitForVBlank();
|
|
}
|
|
|