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 1/2] 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"}
}
}
From dbc0fcd6a5ea48ddfe0639fcecbd0372b7175431 Mon Sep 17 00:00:00 2001
From: Eloeri <42394653+Eloeri@users.noreply.github.com>
Date: Wed, 2 Oct 2019 12:56:15 -0500
Subject: [PATCH 2/2] update yuzu.json
Change wording and fix punctuation
---
src/responses/yuzu.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/responses/yuzu.json b/src/responses/yuzu.json
index 6224527..2637a27 100644
--- a/src/responses/yuzu.json
+++ b/src/responses/yuzu.json
@@ -21,7 +21,7 @@
"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. "},
- "shaders": { "reply": "Shader caches store parts of the game when compiling, we don't condone sharing or downloading these, since it is considered piracy"}
+ "shaders": { "reply": "Shader caches store parts of the game when compiling, we don't allow sharing or downloading these, since it is considered piracy."}
}
}