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:
committed by
Mark Pizzolato
parent
6073c022f8
commit
524a98b235
@@ -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 "";
|
||||
|
||||
Reference in New Issue
Block a user