MCPcopy Create free account
hub / github.com/EasyRPG/Player / ToggleVsync

Method ToggleVsync

src/platform/psvita/ui.cpp:289–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

RefreshVideoMethod · 0.45

Calls 2

ToggleMethod · 0.80
GetMethod · 0.45

Tested by

no test coverage detected