aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/Sm/SmRegistry.cs
AgeCommit message (Collapse)Author
2022-05-05Enable JIT service LLE (#2959)gdkchan
* 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