MCPcopy Create free account
hub / github.com/devkitPro/libctru / gfxSetDoubleBuffering

Function gfxSetDoubleBuffering

libctru/source/gfx.c:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void gfxSetDoubleBuffering(gfxScreen_t screen, bool enable)
82{
83 gfxIsDoubleBuf[screen] = enable ? 1 : 0; // make sure they're the integer values '1' and '0'
84}
85
86static void gfxPresentFramebuffer(gfxScreen_t screen, u8 id, bool hasStereo)
87{

Callers 2

gfxInitFunction · 0.85
consoleInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected