mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 13:02:38 +02:00
cmd_list: The number of entries is the number of ints.
This commit is contained in:
parent
3a750138c5
commit
9ce884f29e
@ -28,7 +28,7 @@ iova_t nvCmdListGetGpuAddr(NvCmdList* c) {
|
||||
}
|
||||
|
||||
u64 nvCmdListGetListSize(NvCmdList* c) {
|
||||
return c->num_cmds * 4;
|
||||
return c->num_cmds;
|
||||
}
|
||||
|
||||
u32* nvCmdListInsert(NvCmdList* c, size_t num_cmds)
|
||||
|
Loading…
Reference in New Issue
Block a user