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

Function vsync_nosync

src/custom.cpp:10969–10984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10967
10968
10969static void vsync_nosync(void)
10970{
10971 denise_clearbuffers();
10972 nosignal_trigger = true;
10973 linear_vpos = 0;
10974 vsync_handler_post();
10975 devices_vsync_pre();
10976 inputdevice_read_msg(true);
10977 vsync_display_render();
10978 vsync_display_rendered = false;
10979 virtual_vsync_check();
10980 uae_quit_check();
10981 if (savestate_check()) {
10982 uae_reset(0, 0);
10983 }
10984}
10985
10986static void custom_trigger_start_nosync(void)
10987{

Callers 1

Calls 9

denise_clearbuffersFunction · 0.85
vsync_handler_postFunction · 0.85
devices_vsync_preFunction · 0.85
inputdevice_read_msgFunction · 0.85
vsync_display_renderFunction · 0.85
virtual_vsync_checkFunction · 0.85
uae_quit_checkFunction · 0.85
savestate_checkFunction · 0.85
uae_resetFunction · 0.85

Tested by

no test coverage detected