From e76e11db7ebd0e5a44fb7b52dbe5f06c9a78bb4f Mon Sep 17 00:00:00 2001 From: ariahiro64 <45049787+ariahiro64@users.noreply.github.com> Date: Thu, 19 Oct 2023 02:56:50 -0400 Subject: [PATCH] Update src/flashcart/ed64/ed64.c Co-authored-by: Robin Jones --- src/flashcart/ed64/ed64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);