Fixes compilation of SNES w/o FLASH option, update comment

This commit is contained in:
Roger Braunstein 2024-06-30 12:29:11 -07:00
parent 99433cc769
commit 75d547db22
2 changed files with 1 additions and 3 deletions

View File

@ -124,7 +124,7 @@
/****/ /****/
/* [ Flashrom Programmer for SNES repros -------------------------- ] /* [ Flashrom Programmer for repro carts -------------------------- ]
*/ */
#define ENABLE_FLASH #define ENABLE_FLASH

View File

@ -124,9 +124,7 @@ enum CORES: uint8_t {
# endif # endif
# ifdef ENABLE_SFM # ifdef ENABLE_SFM
CORE_SFM, CORE_SFM,
# ifdef ENABLE_FLASH
CORE_SFM_FLASH, CORE_SFM_FLASH,
# endif
CORE_SFM_GAME, CORE_SFM_GAME,
# endif # endif
# ifdef ENABLE_GBX # ifdef ENABLE_GBX