SVC: Difference between revisions

Neobrain (talk | contribs)
m No reason to denote this as a reference.
Dazzozo (talk | contribs)
this is documented at http://3dbrew.org/wiki/Corelink_DMA_Engines
Line 551: Line 551:
| style="background: green" | Yes
| style="background: green" | Yes
| style="background: green" | Yes
| style="background: green" | Yes
| Result StartInterProcessDma(Handle* dma, Handle dstProcess, void* dst, Handle srcProcess, const void* src, u32 size, const DmaConfig* config)
| Result StartInterProcessDma(Handle* dma, Handle dstProcess, void* dst, Handle srcProcess, const void* src, u32 size, const DmaConfig& config)
|
|
|-
|-
Line 1,250: Line 1,250:
| MemoryState
| MemoryState
|}
|}
== struct DmaConfig ==
Structure size seems to be 0x20 words?


== typedef Handle ==
== typedef Handle ==