| 79 | } |
| 80 | |
| 81 | void 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 | |
| 86 | static void gfxPresentFramebuffer(gfxScreen_t screen, u8 id, bool hasStereo) |
| 87 | { |
no outgoing calls
no test coverage detected