Merge 41b9aa3419
into af5f059d4e
This commit is contained in:
commit
2bf5989a21
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ namespace Ryujinx.HLE.OsHle.Services.Nv
|
|||
{ "/dev/nvhost-ctrl", ProcessIoctlNvHostCtrl },
|
||||
{ "/dev/nvhost-ctrl-gpu", ProcessIoctlNvGpuGpu },
|
||||
{ "/dev/nvhost-gpu", ProcessIoctlNvHostChannel },
|
||||
{ "/dev/nvhost-vic", ProcessIoctlNvHostChannel },
|
||||
{ "/dev/nvhost-nvdec", ProcessIoctlNvHostChannel },
|
||||
{ "/dev/nvhost-nvjpg", ProcessIoctlNvHostChannel },
|
||||
{ "/dev/nvmap", ProcessIoctlNvMap }
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue