MCPcopy Create free account
hub / github.com/InoriRus/Kyty / VideoOutFlipWindow

Function VideoOutFlipWindow

source/emulator/src/Graphics/VideoOut.cpp:562–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560}
561
562bool VideoOutFlipWindow(uint32_t micros)
563{
564 EXIT_IF(g_video_out_context == nullptr);
565
566 return g_video_out_context->GetFlipQueue().Flip(micros);
567}
568
569void VideoOutBeginVblank()
570{

Callers 1

game_show_windowFunction · 0.85

Calls 1

FlipMethod · 0.45

Tested by

no test coverage detected