| 202 | } |
| 203 | |
| 204 | void LCDWidget::setFrameskip(int value) { |
| 205 | m_frameskip = value; |
| 206 | m_skip = value; |
| 207 | } |
| 208 | |
| 209 | void LCDWidget::setUpscaleMethod(int value) { |
| 210 | m_upscale = static_cast<UpscaleMethod>(value); |
nothing calls this directly
no outgoing calls
no test coverage detected