From dbf77d85843a355275487dcbb7ed6856810581a2 Mon Sep 17 00:00:00 2001 From: Montelion <49426949+Montelion@users.noreply.github.com> Date: Mon, 27 Apr 2020 12:33:34 +0200 Subject: [PATCH] Added "Do I need Haxchi to run the patcher?" to the FAQ --- locales/US_en.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/locales/US_en.json b/locales/US_en.json index 8ec765e..1fa6aef 100644 --- a/locales/US_en.json +++ b/locales/US_en.json @@ -114,7 +114,11 @@ { "question": "Will Pretendo support the Wii/Switch?", "answer": "The Wii already has custom servers provided by Wiimmfi. We currently have no plans on supporting the Switch, as not only is it a completely different platform with a different online network, but Switch online is a paid service" + }, + { + "question": "Do I need Haxchi to run the patcher?", + "answer": "No. The only thing you need to run the patcher is a way to access the homebrew launcher, whether it's the browser exploit, Haxchi or Coldboot Haxchi." } ] } -} \ No newline at end of file +}