| 80 | } |
| 81 | |
| 82 | void callDirectDraw() { |
| 83 | JUTChangeFrameBuffer(JUTXfb::getManager()->getDrawingXfb(), |
| 84 | JUTVideo::getManager()->getEfbHeight(), |
| 85 | JUTVideo::getManager()->getFbWidth()); |
| 86 | JUTAssertion::flushMessage(); |
| 87 | } |
| 88 | |
| 89 | void JFWDisplay::prepareCopyDisp() { |
| 90 | u16 width = JUTVideo::getManager()->getFbWidth(); |
no test coverage detected