Difference between revisions of "GetSecondaryVramAddress"
From WikiPrizm
Jump to navigationJump to search (Created page with "{{syscall | name = PrintXY | index = 0x1E50 | signature = void *getSecondaryVramAddress(void); | header = fxcg/display.h {{NoLibfxcg}} | returns = The address used by the Sa...") |
m (Corrected a copy and paste error.) |
||
Line 1: | Line 1: | ||
{{syscall | {{syscall | ||
− | | name = | + | | name = getSecondaryVramAddress |
| index = 0x1E50 | | index = 0x1E50 | ||
| signature = void *getSecondaryVramAddress(void); | | signature = void *getSecondaryVramAddress(void); |
Revision as of 21:32, 17 February 2015
Synopsis
Header: fxcg/display.h (Not yet in libfxcg)
Syscall index: 0x1E50
Function signature: void *getSecondaryVramAddress(void);
Returns
The address used by the SaveVRAM_1 and LoadVRAM_1 functions.
Comments
The syscall 0x1B0B contains identical code to this syscall. 0x1E50 is used more often in internal OS code.