From 8a6ca4446725f9567e909b5daac5d17a6c3faf6e Mon Sep 17 00:00:00 2001 From: Mat M Date: Thu, 26 May 2016 10:30:02 -0400 Subject: [PATCH] Slightly improve writing style in various areas. --- FAQ.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/FAQ.md b/FAQ.md index 29df9bf..6c81b78 100644 --- a/FAQ.md +++ b/FAQ.md @@ -77,7 +77,7 @@ First, if you've downloaded any DLL files from the Internet and placed them in t Games need to be decrypted on a 3DS before being usable in Citra. This is a technical limitation and it is unlikely that it can be removed in the foreseeable future. To decrypt your games, you will need to have a 3DS system running firmware 9.2 or lower and follow the [[Dumping Game Cartridges]] guide. -#### What to do if I get an error saying something like "GetConfigInfoBlock: Config block 0xXXXXX with flags X and size X was not found"? +#### What should I do if I get an error saying something like "GetConfigInfoBlock: Config block 0xXXXXX with flags X and size X was not found"? Sometimes a game will freeze and you'll get an error which looks like this in the log, usually followed by a "Fatal Error": @@ -87,13 +87,13 @@ Service.CFG core\hle\service\cfg\cfg.cpp:Service::CFG::GetConfigInfoBloc In this case, try deleting the file at `user/nand/data/00000000000000000000000000000000/sysdata/00010017/00000000/config` and running the latest version of Citra. If this does not work, then note the config block number (`0xA0001` in the example) and file a bug report. -#### Where is the folder of the SD card ? +#### Where is the folder for the emulated SD card? -The folder of the SD card is `sdmc`. +The folder for the emulated SD card is named `sdmc`. -Under Windows, you can find it under the `user` folder along with citra executable. +Under Windows, you can find it in the `user` folder along with the citra executable. -Under Linux, you can find it under `~/.local/share/citra-emu/`. +Under Linux, you can find it in `~/.local/share/citra-emu/`. ## Development and contributions