mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-27 14:22:17 +00:00
7 lines
No EOL
121 B
C
7 lines
No EOL
121 B
C
#include "utils.h"
|
|
#include "loader.h"
|
|
|
|
entrypoint_t load_payload(void) {
|
|
/* TODO */
|
|
return (entrypoint_t)NULL;
|
|
} |