mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 13:11:54 +00:00
re-enable startup.te
This commit is contained in:
parent
3f30b6c027
commit
aa82664187
2 changed files with 3 additions and 2 deletions
|
@ -47,6 +47,7 @@ char *GetFileAttribs(FSEntry_t entry){
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Returns 1 if a file exists, 0 if it does not
|
||||||
bool FileExists(const char* path){
|
bool FileExists(const char* path){
|
||||||
FRESULT fr;
|
FRESULT fr;
|
||||||
FILINFO fno;
|
FILINFO fno;
|
||||||
|
|
|
@ -308,8 +308,8 @@ void ipl_main()
|
||||||
if (res == 0)
|
if (res == 0)
|
||||||
hidWait();
|
hidWait();
|
||||||
|
|
||||||
//if (FileExists("sd:/startup.te"))
|
if (FileExists("sd:/startup.te"))
|
||||||
// RunScript("sd:/", newFSEntry("startup.te"));
|
RunScript("sd:/", newFSEntry("startup.te"));
|
||||||
|
|
||||||
EnterMainMenu();
|
EnterMainMenu();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue