mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 10:32:15 +02:00
Remove outdated todo
This commit is contained in:
parent
08c3d358c6
commit
944e99e08e
@ -44,7 +44,6 @@ Result nvAddressSpaceReserveFull(NvAddressSpace* a) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Result nvAddressSpaceMapBuffer(NvAddressSpace* a, NvBuffer* buffer, NvBufferKind kind, iova_t* iova_out) {
|
Result nvAddressSpaceMapBuffer(NvAddressSpace* a, NvBuffer* buffer, NvBufferKind kind, iova_t* iova_out) {
|
||||||
// TODO: What is flag==4?
|
|
||||||
return nvioctlNvhostAsGpu_MapBufferEx(
|
return nvioctlNvhostAsGpu_MapBufferEx(
|
||||||
a->fd, NvMapBufferFlags_IsCachable, kind, buffer->fd, 0x10000, 0, 0, 0, iova_out);
|
a->fd, NvMapBufferFlags_IsCachable, kind, buffer->fd, 0x10000, 0, 0, 0, iova_out);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user