Mercurial > repos > blastem
comparison debug.c @ 2701:5ca4e0fd761b
Update debug views while paused in the debug (except on Windows... for now)
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Fri, 04 Jul 2025 19:35:50 -0700 |
parents | c4256ce2c45a |
children | 829205a9647a |
comparison
equal
deleted
inserted
replaced
2700:1cfd000dc750 | 2701:5ca4e0fd761b |
---|---|
2315 #endif | 2315 #endif |
2316 do { | 2316 do { |
2317 process_events(); | 2317 process_events(); |
2318 #ifndef IS_LIB | 2318 #ifndef IS_LIB |
2319 render_update_display(); | 2319 render_update_display(); |
2320 vdp_context *vdp = current_system->get_vdp(current_system); | |
2321 if (vdp) { | |
2322 vdp_update_per_frame_debug(vdp); | |
2323 } | |
2320 #endif | 2324 #endif |
2321 #ifndef _WIN32 | 2325 #ifndef _WIN32 |
2322 timeout.tv_sec = 0; | 2326 timeout.tv_sec = 0; |
2323 timeout.tv_usec = 16667; | 2327 timeout.tv_usec = 16667; |
2324 FD_SET(fileno(stdin), &read_fds); | 2328 FD_SET(fileno(stdin), &read_fds); |