Difference between revisions of "FSReg:Dummy1"

From 3dbrew
Jump to navigation Jump to search
(Dummy1)
 
m
Line 23: Line 23:
 
| void* Buffer1
 
| void* Buffer1
 
|-
 
|-
| 4
+
| 6
 
| (buffer2Size << 14) <nowiki>|</nowiki> 0x402
 
| (buffer2Size << 14) <nowiki>|</nowiki> 0x402
 
|-
 
|-
| 5
+
| 7
 
| void* Buffer2
 
| void* Buffer2
 
|-
 
|-
| 4
+
| 8
 
| (buffer3Size << 14) <nowiki>|</nowiki> 0x802
 
| (buffer3Size << 14) <nowiki>|</nowiki> 0x802
 
|-
 
|-
| 5
+
| 9
 
| void* Buffer3
 
| void* Buffer3
 
|}
 
|}

Revision as of 18:29, 18 October 2015

Request

Index Word Description
0 Header code [0x000100C6]
1 Buffer1 Size
2 Buffer2 Size
3 Buffer3 Size
4 (buffer1Size << 14) | 0x2
5 void* Buffer1
6 (buffer2Size << 14) | 0x402
7 void* Buffer2
8 (buffer3Size << 14) | 0x802
9 void* Buffer3

Response

Index Word Description
0 Header code
1 Result code

Description

This command does nothing. If all three buffers are of size 0, this will return 0xE0C046F8, otherwise it will return 0xD9001830.