From 17f3129b3cff5bb748867cfd5cdaabb6570e18cc Mon Sep 17 00:00:00 2001 From: Eloeri <42394653+Eloeri@users.noreply.github.com> Date: Wed, 2 Oct 2019 12:52:38 -0500 Subject: [PATCH] Update yuzu.json Add shader cache command --- 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 a079e3c..6224527 100644 --- a/src/responses/yuzu.json +++ b/src/responses/yuzu.json @@ -20,7 +20,8 @@ "game-updates": { "reply": "Installing and using game updates are a separate process from the base game. Check out our updates tutorial on our wiki. "}, "log": { "reply": "This guide tells you how to __get the log file__: "}, "pikachu": { "reply": "https://cdn.discordapp.com/attachments/512678820092968971/516372335826042901/yote.png"}, - "quickstart": { "reply": "Please reference the __Quickstart Guide__ in order to dump your games, keys, and system files for use with yuzu. "} + "quickstart": { "reply": "Please reference the __Quickstart Guide__ in order to dump your games, keys, and system files for use with yuzu. "}, + "shaders": { "reply": "Shader caches store parts of the game when compiling, we don't condone sharing or downloading these, since it is considered piracy"} } }