From 4f5b6e0d2ce107a112cbc56b1f7520dad31fbeae Mon Sep 17 00:00:00 2001
From: Simon Aarons <40786398+simontime@users.noreply.github.com>
Date: Sat, 22 Dec 2018 13:28:14 +1100
Subject: [PATCH] Add an explanation for PLG's font rendering issue (#46)
---
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 9d1f402..af715d3 100644
--- a/src/responses/yuzu.json
+++ b/src/responses/yuzu.json
@@ -21,7 +21,8 @@
"keys": { "reply": "Most games require encryption keys to boot. You can dump them from your Switch by following this guide on our wiki. "},
"game-updates": { "reply": "Installing and using game updates are a seperate process from the base game. Check out our updates tutorial on our wiki. "},
"log": { "reply": "This forum topic tells you how to __get the log file__: "},
- "pikachu": {"reply":""}
+ "pikachu": {"reply": ""},
+ "plg": {"reply": "*yuzu* is currently lacking a complete LDG implementation, and thus fonts and other elements that require this instruction do not currently render correctly.\nThe timeframe for a fix is currently unknown."}
}
}