1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-19 21:43:40 +01:00
TegraExplorer/source/meme/utils.h
Such Meme, Many Skill 785303fc15 Add readfolder();
Done by a char array, a bit storage based attribute list (only does dir or nodir for now), and an amount of how many files there are

Current limit: 250 files per folder
2019-08-15 00:24:58 +02:00

5 lines
117 B
C

#pragma once
void utils_gfx_init();
void utils_waitforpower();
int readfolder(char *items[], unsigned int *muhbits);