mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Use B4DS, if GM9i runs in DS mode
This commit is contained in:
parent
44f3a0ccb9
commit
68c06b8687
@ -298,7 +298,7 @@ FileOperation fileBrowse_A(DirEntry* entry, char path[PATH_MAX]) {
|
||||
// TODO Something less hacky lol
|
||||
chdir("/_nds");
|
||||
// TODO Read header and check for homebrew flag, based on that runNdsFile nds-bootstrap(-hb)-release
|
||||
entry->name = "nds-bootstrap-release.nds";
|
||||
entry->name = isDSiMode() ? "nds-bootstrap-release.nds" : "b4ds-release.nds";
|
||||
applaunch = true;
|
||||
return FileOperation::bootFile;
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user