From 982c862deb389798d27a0d87b214508bd101071d Mon Sep 17 00:00:00 2001 From: Andre Leiradella Date: Sat, 29 Apr 2017 14:42:04 +0100 Subject: [PATCH] Undefine the macro by default --- cheevos/cheevos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheevos/cheevos.c b/cheevos/cheevos.c index 02951df521..16863e3aec 100644 --- a/cheevos/cheevos.c +++ b/cheevos/cheevos.c @@ -67,7 +67,7 @@ /* Define this macro with a string to save the JSON file to disk with * that name. */ -#define CHEEVOS_SAVE_JSON "megamanx11.json" +#undef CHEEVOS_SAVE_JSON /* Define this macro to have the password and token logged. THIS WILL DISCLOSE * THE USER'S PASSWORD, TAKE CARE! */