MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / virtual_vsync_check

Function virtual_vsync_check

src/custom.cpp:5262–5269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5260}
5261
5262static void virtual_vsync_check(void)
5263{
5264 check_display_mode_change();
5265 check_interlace();
5266 handle_nosignal();
5267 vsync_check_vsyncmode();
5268 color_table_changed = true;
5269}
5270
5271// emulated hardware vsync
5272static void vsync_handler_post(void)

Callers 2

hsync_handlerFunction · 0.85
vsync_nosyncFunction · 0.85

Calls 4

check_interlaceFunction · 0.85
handle_nosignalFunction · 0.85
vsync_check_vsyncmodeFunction · 0.85

Tested by

no test coverage detected