| 287 | } |
| 288 | |
| 289 | void Psp2Ui::ToggleVsync() { |
| 290 | vcfg.vsync.Toggle(); |
| 291 | vita2d_set_vblank_wait(vcfg.vsync.Get()); |
| 292 | } |
| 293 | |
| 294 | void Psp2Ui::vGetConfig(Game_ConfigVideo& cfg) const { |
| 295 | cfg.renderer.Lock("Vita (Software)"); |
no test coverage detected