mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-25 03:56:54 +01:00
Update src/flashcart/ed64/ed64.c
Co-authored-by: Robin Jones <networkfusion@users.noreply.github.com>
This commit is contained in:
parent
8f8b9ad31b
commit
c30fc873b0
@ -202,7 +202,7 @@ static flashcart_err_t ed64_load_save (char *save_path) {
|
||||
uint8_t cartsave_data[save_size];
|
||||
|
||||
if (f_read(&fil, cartsave_data, save_size, &br) != FR_OK) {
|
||||
f_close(&fil);
|
||||
f_close(&fil);
|
||||
return FLASHCART_ERR_LOAD;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user