From d778d9546ae661df1dbb8e3eee59cdd9e449895c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Tue, 16 Feb 2021 20:50:31 -0300 Subject: [PATCH] Add a firmware call --- src/responses/yuzu.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/responses/yuzu.json b/src/responses/yuzu.json index c9a4fb4..c2aa69f 100644 --- a/src/responses/yuzu.json +++ b/src/responses/yuzu.json @@ -38,7 +38,8 @@ "mods": { "reply": "For a list of useful mods for your favorite games, check our database for downloads here: "}, "vc": { "reply": "yuzu requires the latest versions of Microsoft Visual C++. Please download and install the following dependency: "}, "infringe": { "reply": "We are aware of the emulator, and are pursuing legal action. They violate our license, and also ship with copyrighted Nintendo files. As such, any references or discussion of the emulator aren't allowed."}, - "android": { "reply": "While we would love to see yuzu ported to Android in the future, we are currently focused on improving the emulator as a whole. Look out for any future announcements, as we'll make sure to let everyone know if an Android build is on the horizon."} + "android": { "reply": "While we would love to see yuzu ported to Android in the future, we are currently focused on improving the emulator as a whole. Look out for any future announcements, as we'll make sure to let everyone know if an Android build is on the horizon."}, + "firmware": { "reply": "Some games require a firmware dump to work properly, follow the instructions here to dump it from your Nintendo Switch: "} } }