GetSecondaryVramAddress
From WikiPrizm
Revision as of 20:34, 17 February 2015 by ProgrammerNerd (talk | contribs) (Created page with "{{syscall | name = PrintXY | index = 0x1E50 | signature = void *getSecondaryVramAddress(void); | header = fxcg/display.h {{NoLibfxcg}} | returns = The address used by the Sa...")
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.