Slightly improve writing style in various areas.

Mat M 2016-05-26 10:30:02 -04:00
parent 013791a59f
commit 8a6ca44467

10
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. 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": 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 <Error> 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. 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 ## Development and contributions