Make Cmif commands in HLE use virtual method invocation instead of reflection

# Conflicts:
#	src/Ryujinx.HLE/HOS/Services/IpcService.cs
This commit is contained in:
Aaron Robinson
2025-11-19 18:31:35 -06:00
parent 19de0d0db6
commit 8e1e2d69df
133 changed files with 298 additions and 239 deletions

View File

@@ -2,7 +2,7 @@ namespace Ryujinx.HLE.HOS.Services.Ldn.Lp2p
{
[Service("lp2p:app")] // 9.0.0+
[Service("lp2p:sys")] // 9.0.0+
class IServiceCreator : IpcService
partial class IServiceCreator : IpcService
{
public IServiceCreator(ServiceCtx context) { }