From f2226ee4c07a1da3371f98cca67a84510f2af0c8 Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Tue, 5 Nov 2024 20:31:30 +0100 Subject: [PATCH] bugfix: leave target name to "amiberry" so that config files match between versions --- src/osdep/target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osdep/target.h b/src/osdep/target.h index c1459c98d..d0abd684b 100644 --- a/src/osdep/target.h +++ b/src/osdep/target.h @@ -9,7 +9,7 @@ #include "options.h" -#define TARGET_NAME _T("amiberry-lite") +#define TARGET_NAME _T("amiberry") #define NO_MAIN_IN_MAIN_C