From 5aacb42f89c4b2eca40adbbc1b69b29b11bb8263 Mon Sep 17 00:00:00 2001 From: Yuri Kunde Schlesner Date: Mon, 14 Sep 2015 19:08:59 -0300 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index d9b3bae..b8eac74 100644 --- a/FAQ.md +++ b/FAQ.md @@ -47,4 +47,4 @@ Sometimes a game will freeze and you'll get an error which looks like this in th Service.CFG core\hle\service\cfg\cfg.cpp:Service::CFG::GetConfigInfoBlock:236: Config block 0xA0001 with flags 2 and size 2 was not found ``` -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 (like `0xA0001`) and file a bug report. \ No newline at end of file +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. \ No newline at end of file