Skip to content

Commit

Permalink
HACK: default to booting I5BOOTN.ELF (online play)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickgaiser committed Aug 8, 2023
1 parent 26e9706 commit 41d9f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/loader/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ int main(int argc, char *argv[])

const char *sDriver = NULL;
const char *sFileNameISO = NULL;
const char *sFileNameELF = NULL;
const char *sFileNameELF = "I5BOOTN.ELF";
const char *sIP = NULL;
const char *sMediaType = NULL;
const char *sCompat = NULL;
Expand Down

0 comments on commit 41d9f52

Please sign in to comment.