From e805cf6a00bbc7f9f005f05d4fa7578c0004d91c Mon Sep 17 00:00:00 2001 From: Schplee Date: Sat, 8 Jul 2017 01:37:22 -0700 Subject: [PATCH] added log file command Links to log file guide on forums. --- config/default.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/default.json b/config/default.json index 113ba50..d5d7b5b 100644 --- a/config/default.json +++ b/config/default.json @@ -19,6 +19,7 @@ "controller": { "reply": "This forum topic tells you how to __configure your gamepad / controller__: "}, "issues": { "reply": "This forum topic lists __known issues in games and their workarounds__: \nPlease read it carefully. It includes help with most games"}, "forum": { "reply": "This question might be more suitable for the *Citra* forum. "}, - "game": { "reply": "Click here to view our game compatibility list: "} + "game": { "reply": "Click here to view our game compatibility list: "}, + "log": { "reply": "This forum topic tells you how to __get the log file__: "} } }