mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-10-05 09:07:09 +02:00
8 lines
151 B
C
8 lines
151 B
C
#include "utils.h"
|
|
#include "loader.h"
|
|
|
|
entrypoint_t load_payload(const char *bct0) {
|
|
/* TODO */
|
|
(void)(bct0);
|
|
return (entrypoint_t)NULL;
|
|
} |