mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 06:30:46 -07:00
Rename Hipc to Cmif where appropriate (#3880)
This commit is contained in:
@ -9,7 +9,7 @@ namespace Ryujinx.HLE.HOS.Services.Bluetooth
|
||||
{
|
||||
public IBluetoothUser(ServiceCtx context) { }
|
||||
|
||||
[CommandHipc(9)]
|
||||
[CommandCmif(9)]
|
||||
// RegisterBleEvent(pid) -> handle<copy>
|
||||
public ResultCode RegisterBleEvent(ServiceCtx context)
|
||||
{
|
||||
|
Reference in New Issue
Block a user