From c8c8c19c0ca20a9ce97776e360c96cdec4f3251f Mon Sep 17 00:00:00 2001 From: sakuramipha <86921268+sakuramipha@users.noreply.github.com> Date: Tue, 6 Dec 2022 16:25:13 +0000 Subject: [PATCH] Update cheat codes wording Added additional instructions just for clarity on what to do to add a cheat code. --- src/responses/citra.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/responses/citra.json b/src/responses/citra.json index b466c65..24c1446 100644 --- a/src/responses/citra.json +++ b/src/responses/citra.json @@ -14,7 +14,7 @@ "building": { "reply": "Please refer to our __building guides__.\nWindows: \nmacOS: \nLinux: "}, "log": { "reply": "For assistance with your issue, please accurately describe the problem and post a log file. The following guide shows how to __get the log file__: "}, "canary": { "reply": "The Nightly build of Citra contains already reviewed and tested features. If you require support with the installation or use of Citra, or you want to report bugs you should use this version.\n\nThe Canary build of Citra is the same as our Nightly builds, with additional features that are still waiting on review before making it into the official Citra builds. We will not provide support for issues found only in this version. If you believe you’ve found a bug, please retest on our Nightly builds. Both versions are still in development, so expect crashes and bugs."}, - "cheats": { "reply": "Looking to add cheats to Citra? Launch your game then head to `Emulation > Cheats` then choose **Add Cheat**. Enter the name of your cheat code and the cheat code itself in the provided boxes.\n\nCheats are stored in the gateway format. A sample collection of cheats are located at "}, + "cheats": { "reply": "Looking to add cheats to Citra? Launch your game, head to `Emulation > Cheats` then choose **Add Cheat**. Enter the name of your cheat code and the cheat code itself in the provided boxes. \nOnce the cheat code has been entered correctly, click **Save**. To enable the cheat code, tick the box next to the name of the cheat code in the `Available Cheats` list.\n\nCheats are stored in the gateway format. A sample collection of cheats are located at "}, "keys": { "reply": "Users need to provide encryption keys to use encrypted ROMs on Citra. Please follow the __AES Keys guide__ to provide the keys needed. "}, "mod": {"reply": "To mod your 3DS, please follow the __3DS hacking guide__: \nYou will need a way to read an SD card on your device, such as a built in reader or an adapter."}, "multiplayer": {"reply": "Please refer to our __multiplayer setup guide__: "},