fatal: Implement Service (#3573)
* fatal: Implement Service This PR adds a basic implementation of fatal service, guest processes call it when there is something wrong. But since we can already have all informations by debugging it's not really useful. In any case, that's avoid an unimplemented service exception. Structs/Enum are based on Atmosphère source code. After logs the error report, I call SvcBreak. Feedbacks are welcome on this, since some guests calls it right after fatal service so I can remove it if needed. * Addresses gdkchan feedback
This commit is contained in:
parent
9c2500de5f
commit
33e673ceb8
5 changed files with 199 additions and 1 deletions
|
@ -30,6 +30,7 @@ namespace Ryujinx.Common.Logging
|
|||
ServiceBsd,
|
||||
ServiceBtm,
|
||||
ServiceCaps,
|
||||
ServiceFatal,
|
||||
ServiceFriend,
|
||||
ServiceFs,
|
||||
ServiceHid,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue