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