| 1633 | } |
| 1634 | |
| 1635 | void blankScreen() |
| 1636 | { |
| 1637 | u32 zero[256] = { 0 }; |
| 1638 | // Make sure both buffers are cleared out to avoid flashes. |
| 1639 | vfb_setPalette(zero); |
| 1640 | vfb_setPalette(zero); |
| 1641 | } |
| 1642 | |
| 1643 | } // TFE_DarkForces |
no test coverage detected