mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-22 02:29:19 +01:00
remove res.
This commit is contained in:
parent
e4809345fa
commit
bf0d673210
@ -154,10 +154,9 @@ void menu_run (menu_t *menu) {
|
|||||||
else {
|
else {
|
||||||
printf("N64 Flashcart Menu\n\n");
|
printf("N64 Flashcart Menu\n\n");
|
||||||
printf("File list:\n");
|
printf("File list:\n");
|
||||||
FRESULT res;
|
|
||||||
char buff[256];
|
char buff[256];
|
||||||
strcpy(buff, "/");
|
strcpy(buff, "/");
|
||||||
res = scan_files(buff);
|
scan_files(buff);
|
||||||
|
|
||||||
// TODO: wait for a key input
|
// TODO: wait for a key input
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user