mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-10-04 16:47:09 +02:00
7 lines
172 B
C
7 lines
172 B
C
#include "utils.h"
|
|
#include "nxboot.h"
|
|
|
|
/* This is the main function responsible for booting Horizon. */
|
|
void nxboot_main(void) {
|
|
/* TODO: Implement this function. */
|
|
} |