mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-09 21:51:48 +00:00
file list should fill the screen
This commit is contained in:
parent
0c0ccac855
commit
5190469e9c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ MenuEntry_t MakeMenuOutFSEntry(FSEntry_t entry){
|
||||||
return out;
|
return out;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define maxYOnScreen 35
|
#define maxYOnScreen 42
|
||||||
|
|
||||||
void clearFileVector(Vector_t *v){
|
void clearFileVector(Vector_t *v){
|
||||||
vecPDefArray(FSEntry_t*, entries, v);
|
vecPDefArray(FSEntry_t*, entries, v);
|
||||||
|
|
Loading…
Reference in a new issue