mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-23 20:32:10 +00:00
8 lines
No EOL
151 B
C
8 lines
No EOL
151 B
C
#include "utils.h"
|
|
#include "loader.h"
|
|
|
|
entrypoint_t load_payload(const char *bct0) {
|
|
/* TODO */
|
|
(void)(bct0);
|
|
return (entrypoint_t)NULL;
|
|
} |