From e805cf6a00bbc7f9f005f05d4fa7578c0004d91c Mon Sep 17 00:00:00 2001
From: Schplee <g.holland.mail@gmail.com>
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__: <https://community.citra-emu.org/t/temporary-controller-configurations-for-citra/1061>"},
     "issues": { "reply": "This forum topic lists __known issues in games and their workarounds__: <https://community.citra-emu.org/t/known-problems-typical-issues-and-their-workarounds/1317> \nPlease read it carefully. It includes help with most games"},
     "forum": { "reply": "This question might be more suitable for the *Citra* forum. <https://community.citra-emu.org/>"},
-    "game": { "reply": "Click here to view our game compatibility list: <https://citra-emu.org/game/>"}
+    "game": { "reply": "Click here to view our game compatibility list: <https://citra-emu.org/game/>"},
+    "log": { "reply": "This forum topic tells you how to __get the log file__: <to https://community.citra-emu.org/t/how-to-upload-the-log-file/296>"}
   }
 }