From b4d9b603e78f96184d797f8053cf4bc11cba4156 Mon Sep 17 00:00:00 2001 From: Stephen Crane Date: Fri, 16 Nov 2018 10:49:08 +0000 Subject: [PATCH] PROGRAMS --- config.h | 5 +++++ 1 file changed, 5 insertions(+) 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