add template

This commit is contained in:
Andrew Glaze
2025-12-13 12:03:38 -05:00
parent 17dcd44e4e
commit bf5f9e386b
5 changed files with 350 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#include <3ds.h>
#include <math.h>
#include <stdlib.h>
#include <stdio.h>
static inline void gspWaitForVBlankWrapper(void) {
gspWaitForVBlank();
}