MCPcopy Create free account
hub / github.com/TASEmulators/fceux / FCEUI_SetRenderPlanes

Function FCEUI_SetRenderPlanes

src/ppu.cpp:1051–1054  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1049static bool rendersprites = true, renderbg = true;
1050
1051void FCEUI_SetRenderPlanes(bool sprites, bool bg) {
1052 rendersprites = sprites;
1053 renderbg = bg;
1054}
1055
1056void FCEUI_GetRenderPlanes(bool& sprites, bool& bg) {
1057 sprites = rendersprites;

Callers 7

BackgroundDisplayToggleFunction · 0.85
ObjectDisplayToggleFunction · 0.85
emu_setrenderplanesFunction · 0.85
AppWndProcFunction · 0.85
toggleBackgroundMethod · 0.85
toggleForegroundMethod · 0.85
KeyboardCommandsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected