1
0
mirror of https://github.com/simh/simh.git synced 2026-03-01 17:36:49 +00:00

VIDEO: Add vid_render_set_logical_size() stub

Fixes oversite of missing sim_video stub function.
This commit is contained in:
Patrick Linstruth
2024-06-19 14:15:06 -04:00
committed by Mark Pizzolato
parent 6073c022f8
commit 524a98b235

View File

@@ -3061,6 +3061,11 @@ void vid_set_window_size (VID_DISPLAY *vptr, int32 w, int32 h)
return;
}
void vid_render_set_logical_size (VID_DISPLAY *vptr, int32 w, int32 h)
{
return;
}
const char *vid_key_name (uint32 key)
{
return "";