Update src/flashcart/ed64/ed64.c

Co-authored-by: Robin Jones <networkfusion@users.noreply.github.com>
This commit is contained in:
ariahiro64 2023-10-19 02:56:50 -04:00 committed by GitHub
parent 66668aa221
commit e76e11db7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);