diff --git a/config.h b/config.h index cc148e1..c019397 100644 --- a/config.h +++ b/config.h @@ -13,7 +13,12 @@ #define TFT_FG GREEN #define TFT_BG BLACK + +#if defined(USE_SD) #define PROGRAMS "/apple1/" +#else +#define PROGRAMS "/" +#endif #define KRUSADER