Newer
Older
Atmosphere / fusee / src / main.c
@TuxSH TuxSH on 15 Mar 2018 178 bytes Display PoC
#include "utils.h"
#include "hwinit.h"

int main(void) {
    nx_hwinit();
    display_init();
    display_color_screen(0xFFFFFFFF);

    /* Do nothing for now */
    return 0;
}