1
0
mirror of https://github.com/open-simh/simh.git synced 2026-03-09 20:38:40 +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 13:38:52 -04:00
committed by Paul Koning
parent 294b04e9a6
commit e7b2431f11

View File

@@ -2932,6 +2932,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 "";