diff options
author | Thog <me@thog.eu> | 2020-04-28 03:44:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-28 11:44:29 +1000 |
commit | 486f3163f399fb8751939bd7e9b31d0471e841d2 (patch) | |
tree | f70f5e2ba860f2e0fa75de053bc5176f82d45f94 /Ryujinx.Common/Logging/LogClass.cs | |
parent | 59145acd7c339db162236699f143e16d4190b631 (diff) |
Fix hbl 2.3.1 and hbmenu 3.3.0 (#1171)
* Fix hbl 2.3.1 and hbmenu 3.3.0
* log class: Add ServicePtm
* fix build issue
* do not cast titleId to byte
* Address Ac_K's comment
Diffstat (limited to 'Ryujinx.Common/Logging/LogClass.cs')
-rw-r--r-- | Ryujinx.Common/Logging/LogClass.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.Common/Logging/LogClass.cs b/Ryujinx.Common/Logging/LogClass.cs index ab83bdc2..dcf380a1 100644 --- a/Ryujinx.Common/Logging/LogClass.cs +++ b/Ryujinx.Common/Logging/LogClass.cs @@ -40,6 +40,7 @@ namespace Ryujinx.Common.Logging ServicePl, ServicePrepo, ServicePsm, + ServicePtm, ServiceSet, ServiceSfdnsres, ServiceSm, |