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

Function BackgroundDisplayToggle

src/input.cpp:1121–1127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1119}
1120
1121static void BackgroundDisplayToggle(void)
1122{
1123 bool spr, bg;
1124 FCEUI_GetRenderPlanes(spr,bg);
1125 bg = !bg;
1126 FCEUI_SetRenderPlanes(spr,bg);
1127}
1128
1129static void ObjectDisplayToggle(void)
1130{

Callers

nothing calls this directly

Calls 2

FCEUI_GetRenderPlanesFunction · 0.85
FCEUI_SetRenderPlanesFunction · 0.85

Tested by

no test coverage detected