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

Function ObjectDisplayToggle

src/input.cpp:1129–1135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1127}
1128
1129static void ObjectDisplayToggle(void)
1130{
1131 bool spr, bg;
1132 FCEUI_GetRenderPlanes(spr,bg);
1133 spr = !spr;
1134 FCEUI_SetRenderPlanes(spr,bg);
1135}
1136
1137void LagCounterReset()
1138{

Callers

nothing calls this directly

Calls 2

FCEUI_GetRenderPlanesFunction · 0.85
FCEUI_SetRenderPlanesFunction · 0.85

Tested by

no test coverage detected