Difference between revisions of "GSPGPU:RestoreVramSysArea"
Jump to navigation
Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x001A0000] |} =Response= {| class="wikitable" border="1" |- ! Index Word ! Des...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 23: | Line 23: | ||
=Description= | =Description= | ||
− | This restores the contents of VRAM. | + | This restores the contents of VRAM. This also restores the [[LCD]] hw registers values(primary framebuffer addresses/settings), using the saved state from [[GSPGPU:SaveVramSysArea]]. This command can be used multiple times, without needing to use [[GSPGPU:SaveVramSysArea]] again. This command seems to do nothing when [[GSPGPU:SaveVramSysArea]] wasn't used at all. |
Latest revision as of 23:19, 6 June 2014
Request[edit]
Index Word | Description |
---|---|
0 | Header code [0x001A0000] |
Response[edit]
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
Description[edit]
This restores the contents of VRAM. This also restores the LCD hw registers values(primary framebuffer addresses/settings), using the saved state from GSPGPU:SaveVramSysArea. This command can be used multiple times, without needing to use GSPGPU:SaveVramSysArea again. This command seems to do nothing when GSPGPU:SaveVramSysArea wasn't used at all.