mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-25 03:56:54 +01:00
get rid of unneded function
This commit is contained in:
parent
811c9e3a32
commit
a88e1f0b7e
@ -83,8 +83,6 @@ static flashcart_err_t ed64_init (void) {
|
|||||||
current_state.last_save_path = "";
|
current_state.last_save_path = "";
|
||||||
ed64_state_save(¤t_state);
|
ed64_state_save(¤t_state);
|
||||||
}
|
}
|
||||||
//clears rom/save sdram area
|
|
||||||
memset((void *)(ROM_ADDRESS), 0xFF, MiB(64) + KiB(128));
|
|
||||||
}
|
}
|
||||||
return FLASHCART_OK;
|
return FLASHCART_OK;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user