From 964647368bafc45f6b0c31f30642f9e7ad68bc5a Mon Sep 17 00:00:00 2001 From: Efadd <84989803+Efadd@users.noreply.github.com> Date: Sat, 24 Sep 2022 21:07:11 -0500 Subject: [PATCH] Add portable, macOS, and iOS commands (#125) * Add portable, iOS, and macOS commads --- src/responses/citra.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/responses/citra.json b/src/responses/citra.json index f2a6e7f..02191c7 100644 --- a/src/responses/citra.json +++ b/src/responses/citra.json @@ -24,6 +24,9 @@ "keys": { "reply": "Users need to provide encryption keys to use encrypted ROMs on Citra. Please follow the provided instructions below to obtain the keys from your 3DS. "}, "mod": {"reply": "To modify a user's 3ds, please follow the guide at and have some way to read an SD card on a computer or phone."}, "multiplayer": {"reply": "To set up multiplayer with a friend, one of you must change the network settings mentioned in "}, + "portable": {"reply": "Go to and select `Manual download`. Then under **Nightly Build**, click on your operating system's icon to the right of the latest build available to download the build.\nExtract it (.7z can be extracted using Winrar or 7zip) and put it wherever you wish. Inside the extracted `nightly-mingw` folder, create a folder called `user`. This Citra should now store all of its config, save files and such inside of this `user` folder.\nCheck to make sure that this `user` folder is in the same folder that contains `citra-qt(.exe)`\nNow run the `citra-qt` executable found inside of the `mingw` folder."}, + "ios": {"reply": "Citra does not have an iOS version because iOS is a \"funky\" operating system to develop for. Therefore, any related videos are scams, and any links are most likely viruses."}, + "macos": {"reply": "Last working build for macOS users:\n\nDownload `citra-osx-20220901-d380980.tar.gz` from \nExtract the `.tar.gz` file and run `citra-qt`."}, "lenny": { "reply": "( ͡° ͜ʖ ͡°)"}, "( ͡° ͜ʖ ͡°)": { "reply": "lenny"}, "r1": { "reply": ":beginner: **Rule #1:** \nStay courteous and respectful to others."}, @@ -36,5 +39,4 @@ "r8": { "reply": ":beginner: **Rule #8:** \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."}, "r9": { "reply": ":beginner: **Rule #9:** \nIn case of no written rule — the discretion of moderators shall take precedence."} } - } - + } \ No newline at end of file