mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-25 20:24:21 -04:00
Sketch out more of fusee
This commit is contained in:
parent
b310824dac
commit
2c7d6dc9b7
171 changed files with 14615 additions and 1005 deletions
7
fusee/fusee-loader/src/loader.c
Normal file
7
fusee/fusee-loader/src/loader.c
Normal file
|
@ -0,0 +1,7 @@
|
|||
#include "utils.h"
|
||||
#include "loader.h"
|
||||
|
||||
entrypoint_t load_payload(void) {
|
||||
/* TODO */
|
||||
return (entrypoint_t)NULL;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue