[nvdrv] Add AllocGPFIFOEX1 + modify GPFIFOEXs #115
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "add-alloc-gpfifo-ex"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I noticed that AllocGPFIFOEX was missing from eden.
It is the same as GPFIFOEX2, but is called separately, even on the real console.
I updated the struct to match closely the one seen on switchbrew, and changed the STUBS, because according to sources they seem to be complete.
My guess is that the STUBS were remained due to the unknowns back then.