yuzu/src/core/hle/service/fatal
Lioncash cc737e5832 service/fatal: Name FatalInfo structure members
Based off RE, most of these structure members are register values, which
makes, sense given this service is used to convey fatal errors.

One member indicates the program entry point address, one is a set of
bit flags used to determine which registers to print, and one member
indicates the architecture type.

The only member that still isn't determined is the final member within
the data structure.
2019-03-30 03:01:20 -04:00
..
fatal.cpp service/fatal: Name FatalInfo structure members 2019-03-30 03:01:20 -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