1
0
mirror of https://github.com/simh/simh.git synced 2026-04-29 13:12:13 +00:00
Files
simh.simh/sim_video.c
Mark Pizzolato 13bb3356f5 VIDEO: Fix vid_draw to copy drawing data before returning when drawing is deferred.
Using SDL2 the draw operations are performed in a separate thread and thus the data must be cached while the request is passed to the separate thread while control returns to the caller.
2015-09-20 13:38:11 -07:00

67 KiB