Atmosphere/fusee/src/main.c
2018-03-15 23:12:38 +01:00

12 lines
178 B
C

#include "utils.h"
#include "hwinit.h"
int main(void) {
nx_hwinit();
display_init();
display_color_screen(0xFFFFFFFF);
/* Do nothing for now */
return 0;
}