1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-06 04:01:44 +00:00
Atmosphere/fusee/fusee-secondary/src/nxboot.c

7 lines
172 B
C
Raw Normal View History

#include "utils.h"
#include "nxboot.h"
/* This is the main function responsible for booting Horizon. */
void nxboot_main(void) {
/* TODO: Implement this function. */
}