diff options
author | gdkchan <gab.dark.100@gmail.com> | 2022-05-05 15:23:30 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-05 15:23:30 -0300 |
commit | 42a2a80b876bfbaac212f4f485f3e4019893b8a0 (patch) | |
tree | 1d57ab18a156b8a9cce526fbeae0716320b76fa8 /Ryujinx.HLE/HOS/Services/ServerBase.cs | |
parent | 54deded929203a64555d97424d5bb4b884fff69f (diff) |
Enable JIT service LLE (#2959)1.1.117
* Enable JIT service LLE
* Force disable PPTC when using the JIT service
PPTC does not support multiple guest processes
* Fix build
* Make SM service registration per emulation context rather than global
* Address PR feedback
Diffstat (limited to 'Ryujinx.HLE/HOS/Services/ServerBase.cs')
-rw-r--r-- | Ryujinx.HLE/HOS/Services/ServerBase.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Ryujinx.HLE/HOS/Services/ServerBase.cs b/Ryujinx.HLE/HOS/Services/ServerBase.cs index 1a1e4a34..90783344 100644 --- a/Ryujinx.HLE/HOS/Services/ServerBase.cs +++ b/Ryujinx.HLE/HOS/Services/ServerBase.cs @@ -4,7 +4,6 @@ using Ryujinx.HLE.HOS.Kernel.Common; using Ryujinx.HLE.HOS.Kernel.Ipc; using Ryujinx.HLE.HOS.Kernel.Process; using Ryujinx.HLE.HOS.Kernel.Threading; -using Ryujinx.HLE.HOS.Services.Sm; using System; using System.Buffers.Binary; using System.Collections.Generic; |