| 5260 | } |
| 5261 | |
| 5262 | static 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 |
| 5272 | static void vsync_handler_post(void) |
no test coverage detected