3ds stuff

This commit is contained in:
Andrew Glaze
2025-12-06 20:02:18 -05:00
parent a7cc6ebdb4
commit 31100a8daf
7 changed files with 392 additions and 105 deletions

View File

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