mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-07 05:45:46 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user