Files
aoc-2025/day01/include/BridgingHeader.h
Andrew Glaze 31100a8daf 3ds stuff
2025-12-06 20:02:18 -05:00

8 lines
115 B
C

#include <3ds.h>
#include <stdio.h>
static inline void gspWaitForVBlankWrapper(void) {
gspWaitForVBlank();
}