Newer
Older
Atmosphere / fusee / src / main.c
#include "utils.h"
#include "hwinit.h"

int main(void) {
    nx_hwinit();
    return 0;
}