SaveVRAM_1

Synopsis #

Header: fxcg/display.h
Syscall index: 0x1E62
Function signature: void SaveVRAM_1(void)

Copies the whole VRAM data to the address pointed to by GetSecondaryVramAddress. You can load this data back using LoadVRAM_1.\

Comments #

This function is called by the OS when entering the Main Menu. Any contents on the VRAM-saving buffer will be overwritten when this function is called.