void devices_vsync_pre(void) { audio_vsync (); blkdev_vsync (); CIA_vsync_prehandler (); inputdevice_vsync (); filesys_vsync (); sampler_vsync (); clipboard_vsync (); #ifdef RETROPLATFORM rp_vsync (); #endif #ifdef CD32 cd32_fmv_vsync_handler(); #endif cpuboard_vsync(); statusline_vsync(); }
void devices_vsync_pre(void) { audio_vsync (); blkdev_vsync (); CIA_vsync_prehandler (); inputdevice_vsync (); filesys_vsync (); sampler_vsync (); clipboard_vsync (); #ifdef RETROPLATFORM rp_vsync (); #endif #ifdef CD32 cd32_fmv_vsync_handler(); #endif cpuboard_vsync(); statusline_vsync(); #ifdef WITH_X86 x86_bridge_vsync(); #endif #ifdef REMOTE_DEBUGGER remote_debug_update (); #endif }