Difference between revisions of "GetSecondaryVramAddress"
From WikiPrizm
Jump to navigationJump to searchm (Corrected a copy and paste error.) |
(Remove GetSecondaryVramAddress 'not yet in libfxcg') |
||
Line 3: | Line 3: | ||
| 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.