mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-06 01:21:18 -04:00
Make loadlist empty when booting Horizon, more nxboot.c code
This commit is contained in:
parent
c2b22a6bf2
commit
15bba0ba0c
10 changed files with 179 additions and 82 deletions
|
@ -82,7 +82,7 @@ int main(int argc, void **argv) {
|
|||
nxboot_main();
|
||||
} else {
|
||||
/* TODO: What else do we want to do in terms of argc/argv? */
|
||||
const char *path = get_loader_ctx()->file_paths[get_loader_ctx()->file_id_of_entrypoint];
|
||||
const char *path = get_loader_ctx()->file_paths_to_load[get_loader_ctx()->file_id_of_entrypoint];
|
||||
printf("Now chainloading.\n");
|
||||
g_chainloader_argc = 1;
|
||||
strcpy(g_chainloader_arg_data, path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue