mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 13:11:54 +00:00
eb8652c6ec
Notable bugs fixed: - pkg1id is now also used as foldername during fw dump - Clearing of screen in _recursive functions is no longer hardcoded - Folders get the correct file attributes - first 16 MiB of partition during partitioning gets cleared now
7 lines
No EOL
131 B
C
7 lines
No EOL
131 B
C
#pragma once
|
|
|
|
void displayinfo();
|
|
void displaygpio();
|
|
int format(int mode);
|
|
int dumpfirmware(int mmc);
|
|
void dumpusersaves(int mmc); |