From 796aaba6866ed1baccede9c6896ffff8dc95d7e2 Mon Sep 17 00:00:00 2001 From: Schplee Date: Fri, 11 Sep 2020 08:52:04 -0700 Subject: [PATCH] Add "android" message (#89) --- 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 ee22f78..829951e 100644 --- a/src/responses/yuzu.json +++ b/src/responses/yuzu.json @@ -34,7 +34,8 @@ "r9": { "reply": ":beginner: **Rule #9:** \nTrying to evade or circumvent any of this server's rules will be considered as breaking them. Doing so will result in warnings, and eventually a ban."}, "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."} + "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."} } }