mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-25 03:56:54 +01:00
Update ed64.c
fix further function that was renamed.
This commit is contained in:
parent
ed6bc2a21e
commit
f646b50f76
@ -110,7 +110,7 @@ static flashcart_err_t ed64_load_rom (char *rom_path, flashcart_progress_callbac
|
||||
return FLASHCART_ERR_LOAD;
|
||||
}
|
||||
|
||||
fix_file_size(&fil);
|
||||
fatfs_fix_file_size(&fil);
|
||||
|
||||
size_t rom_size = f_size(&fil);
|
||||
|
||||
@ -173,7 +173,7 @@ static flashcart_err_t ed64_load_file (char *file_path, uint32_t rom_offset, uin
|
||||
return FLASHCART_ERR_LOAD;
|
||||
}
|
||||
|
||||
fix_file_size(&fil);
|
||||
fatfs_fix_file_size(&fil);
|
||||
|
||||
size_t file_size = f_size(&fil) - file_offset;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user