Add "Break reason: Panic" and "Emulated program broke execution!" error

Leo626 2017-01-20 18:37:13 -04:00
parent 47ab047139
commit a190eda061

8
FAQ.md

@ -24,7 +24,13 @@ Refer to [Dumping Game Cartridges](https://github.com/citra-emu/citra/wiki/Dumpi
Most of Pokémon games work properly but some are unplayable (we don't know why yet). Most of Pokémon games work properly but some are unplayable (we don't know why yet).
The ones that do work require a [[Home Folder dump|Dumping System Archives and the Shared Fonts from a 3DS Console]] and crashes are common. The ones that do work require a [[Home Folder dump|Dumping System Archives and the Shared Fonts from a 3DS Console]] and crashes are common.
If the console prints the following error log, then the Home Folder dump is missing.
```
Debug.Emulated <Critical> core\hle\svc.cpp:SVC::Break:466: Break reason: PANIC
Debug.Emulated <Critical> core\hle\svc.cpp:SVC::Break:450: Emulated program broke execution!
```
#### Does _Citra_ support network connectivity or online play? #### Does _Citra_ support network connectivity or online play?
No, Network has not yet been implemented in _Citra_ therefore any online function does not work. No, Network has not yet been implemented in _Citra_ therefore any online function does not work.