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

@@ -8,7 +8,7 @@ using System.Collections.Generic;
namespace Ryujinx.HLE.HOS.Services.Ns.Aoc
{
[Service("aoc:u")]
class IAddOnContentManager : IpcService
partial class IAddOnContentManager : IpcService
{
private readonly KEvent _addOnContentListChangedEvent;
private int _addOnContentListChangedEventHandle;