aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common/Logging/LogClass.cs
diff options
context:
space:
mode:
authorAc_K <Acoustik666@gmail.com>2022-10-02 10:30:46 +0200
committerGitHub <noreply@github.com>2022-10-02 10:30:46 +0200
commit33e673ceb84edf31dcb29abdf5df004cfd3beca5 (patch)
treee1f5161b38ca6829351e7303b38b70bd843c20ab /Ryujinx.Common/Logging/LogClass.cs
parent9c2500de5ffa76d74e1761be9e6a1e50b36af7c5 (diff)
fatal: Implement Service (#3573)1.1.284
* 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
Diffstat (limited to 'Ryujinx.Common/Logging/LogClass.cs')
-rw-r--r--Ryujinx.Common/Logging/LogClass.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.Common/Logging/LogClass.cs b/Ryujinx.Common/Logging/LogClass.cs
index 20c8da3f..2e936fc7 100644
--- a/Ryujinx.Common/Logging/LogClass.cs
+++ b/Ryujinx.Common/Logging/LogClass.cs
@@ -30,6 +30,7 @@ namespace Ryujinx.Common.Logging
ServiceBsd,
ServiceBtm,
ServiceCaps,
+ ServiceFatal,
ServiceFriend,
ServiceFs,
ServiceHid,