Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
562
bool 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
569
void VideoOutBeginVblank()
570
{
Callers
1
game_show_window
Function · 0.85
Calls
1
Flip
Method · 0.45
Tested by
no test coverage detected