mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-01 02:30:08 -06:00
Rename Hipc to Cmif where appropriate (#3880)
This commit is contained in:
@ -5,14 +5,14 @@
|
||||
{
|
||||
public IService(ServiceCtx context) { }
|
||||
|
||||
[CommandHipc(0)]
|
||||
[CommandCmif(0)]
|
||||
// Match(buffer<string, 9>) -> b8
|
||||
public ResultCode Match(ServiceCtx context)
|
||||
{
|
||||
return NgctServer.Match(context);
|
||||
}
|
||||
|
||||
[CommandHipc(1)]
|
||||
[CommandCmif(1)]
|
||||
// Filter(buffer<string, 9>) -> buffer<filtered_string, 10>
|
||||
public ResultCode Filter(ServiceCtx context)
|
||||
{
|
||||
|
Reference in New Issue
Block a user