mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 21:21:50 +00:00
3f80693d9e
- Also run script on bootup if a script called startup.te is found on the root of the sd - Saved bytes by just disabling making exfat partitions, lol
7 lines
No EOL
186 B
C
7 lines
No EOL
186 B
C
#pragma once
|
|
#include "../fstypes.h"
|
|
|
|
typedef void (*fileMenuPath)(char *path, FSEntry_t entry);
|
|
|
|
void FileMenu(char *path, FSEntry_t entry);
|
|
void RunScript(char *path, FSEntry_t entry); |