DrawFrame

Synopsis #

Header: fxcg/display.h
Syscall index: 0x02A8
Function signature: void DrawFrame(int color)

Changes the color of the screen border.\

Parameters #

  • color - The color to draw the border with.\

Comments #

Directly changes the color of the screen border, does not involve VRAM (so Bdisp_PutDisp_DD need not follow). See Display for more information.