Changes

Jump to navigation Jump to search
9 bytes added ,  02:30, 18 May 2015
Fix order of command arguments
Line 33: Line 33:  
|-
 
|-
 
| 0x00100102
 
| 0x00100102
| SetSendingY(Handle srcProcess, unsigned int pSrc, unsigned int imageSize, short transferUnit, short transferStride). This DMAs from 0x1EE02000 into your buf.
+
| SetSendingY(unsigned int pSrc, unsigned int imageSize, short transferUnit, short transferStride, 0, Handle srcProcess). This DMAs from 0x1EE02000 into your buf.
 
|-
 
|-
 
| 0x00110102
 
| 0x00110102
| SetSendingU(Handle srcProcess, unsigned int pSrc, unsigned int imageSize, short transferUnit, short transferStride). This DMAs from 0x1EE02080 into your buf.
+
| SetSendingU(unsigned int pSrc, unsigned int imageSize, short transferUnit, short transferStride, 0, Handle srcProcess). This DMAs from 0x1EE02080 into your buf.
 
|-
 
|-
 
| 0x00120102
 
| 0x00120102
| SetSendingV(Handle srcProcess, unsigned int pSrc, unsigned int imageSize, short transferUnit, short transferStride). This DMAs from 0x1EE02100 into your buf.
+
| SetSendingV(unsigned int pSrc, unsigned int imageSize, short transferUnit, short transferStride, 0, Handle srcProcess). This DMAs from 0x1EE02100 into your buf.
 
|-
 
|-
 
| 0x00130102
 
| 0x00130102
165

edits

Navigation menu