diff --git a/src/flashcart/ed64/ed64.c b/src/flashcart/ed64/ed64.c index caf0a0cb..48fe501a 100644 --- a/src/flashcart/ed64/ed64.c +++ b/src/flashcart/ed64/ed64.c @@ -17,7 +17,7 @@ // This is a trial hack before using the settings API. #ifndef LAST_SAVE_FILE_PATH -#define LAST_SAVE_FILE_PATH strip_sd_prefix("/menu/last_rom.txt") +#define LAST_SAVE_FILE_PATH "/menu/last_rom.txt" #endif extern int ed_exit(void);