GSP Shared Memory: Difference between revisions
No edit summary |
|||
Line 71: | Line 71: | ||
| 0 | | 0 | ||
| u8 CommandID is 0x01 | | u8 CommandID is 0x01 | ||
|- | |||
| 1 | |||
| Buffer address | |||
|- | |||
| 2 | |||
| Buffer size | |||
|- | |||
| 3 | |||
| Flag, bit0 is written to GSP module state | |||
|- | |||
| 6-4 | |||
| Unused | |||
|- | |||
| 7 | |||
| When non-zero, call svcFlushProcessDataCache() with the specified buffer | |||
|} | |} | ||
This command converts the specified address to a physical address, then writes the physical address and size to the [[GPU]] registers at 0x1EF018E0. | |||
==GX Command 2== | ==GX Command 2== |