mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-30 02:22:55 +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:
@@ -3,7 +3,7 @@ using Ryujinx.HLE.HOS.Services.BluetoothManager.BtmUser;
|
||||
namespace Ryujinx.HLE.HOS.Services.BluetoothManager
|
||||
{
|
||||
[Service("btm:u")] // 5.0.0+
|
||||
class IBtmUser : IpcService
|
||||
partial class IBtmUser : IpcService
|
||||
{
|
||||
public IBtmUser(ServiceCtx context) { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user