| 1119 | } |
| 1120 | |
| 1121 | static void BackgroundDisplayToggle(void) |
| 1122 | { |
| 1123 | bool spr, bg; |
| 1124 | FCEUI_GetRenderPlanes(spr,bg); |
| 1125 | bg = !bg; |
| 1126 | FCEUI_SetRenderPlanes(spr,bg); |
| 1127 | } |
| 1128 | |
| 1129 | static void ObjectDisplayToggle(void) |
| 1130 | { |
nothing calls this directly
no test coverage detected