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...") |
(Remove GetSecondaryVramAddress 'not yet in libfxcg') |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{syscall | {{syscall | ||
− | | name = | + | | name = getSecondaryVramAddress |
| index = 0x1E50 | | index = 0x1E50 | ||
| signature = void *getSecondaryVramAddress(void); | | signature = void *getSecondaryVramAddress(void); | ||
− | | header = fxcg/display.h | + | | header = fxcg/display.h |
| returns = The address used by the [[SaveVRAM_1]] and [[LoadVRAM_1]] functions. | | 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. | | comments = The syscall 0x1B0B contains identical code to this syscall. 0x1E50 is used more often in internal OS code. | ||
}} | }} |
Latest revision as of 05:21, 17 March 2022
Synopsis
Header: fxcg/display.h
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.