mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-22 07:50:53 -05:00
Rename Hipc to Cmif where appropriate (#3880)
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Ryujinx.HLE.HOS.Services.Hid.HidServer
|
||||
{
|
||||
public IActiveApplicationDeviceList() { }
|
||||
|
||||
[CommandHipc(0)]
|
||||
[CommandCmif(0)]
|
||||
// ActivateVibrationDevice(nn::hid::VibrationDeviceHandle)
|
||||
public ResultCode ActivateVibrationDevice(ServiceCtx context)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user