Difference between revisions of "GSPGPU:StoreDataCache"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x001F0082] |- | 1 | Address |- | 2 | Size |- | 3 | Value zero |- | 4 | [[KProcess...")
 
(No difference)

Latest revision as of 23:25, 14 July 2014

Request[edit]

Index Word Description
0 Header code [0x001F0082]
1 Address
2 Size
3 Value zero
4 KProcess handle

Response[edit]

Index Word Description
0 Header code
1 Result code

Description[edit]

This calls svcStoreProcessDataCache with the specified KProcess handle, address, and size. The address(+size) must be within LINEAR virtual memory.