yuzu/src/core/hle/service/fatal
David 367c52ff0d Implemented fatal:u properly (#1347)
* Implemented fatal:u properly

fatal:u now is properly implemented with all the ipc cmds. Error reports/Crash reports are also now implemented for fatal:u. Crash reports save to yuzu/logs/crash_reports/
The register dump is currently known as sysmodules send all zeros. If there are any non zero values for the "registers" or the unknown values, let me know!

* Fatal:U fixups

* Made fatal:u execution break more clear

* Fatal fixups
2018-09-23 22:34:11 -04:00
..
fatal.cpp Implemented fatal:u properly (#1347) 2018-09-23 22:34:11 -04:00
fatal.h Implemented fatal:u properly (#1347) 2018-09-23 22:34:11 -04:00
fatal_p.cpp hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
fatal_p.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
fatal_u.cpp Implemented fatal:u properly (#1347) 2018-09-23 22:34:11 -04:00
fatal_u.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00