mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-21 18:19: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 {
|
||||
printf("N64 Flashcart Menu\n\n");
|
||||
printf("File list:\n");
|
||||
FRESULT res;
|
||||
char buff[256];
|
||||
strcpy(buff, "/");
|
||||
res = scan_files(buff);
|
||||
scan_files(buff);
|
||||
|
||||
// TODO: wait for a key input
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user