Skip to content

Commit e7b2431

Browse files
deltecentpkoning2
authored andcommitted
VIDEO: Add vid_render_set_logical_size() stub
Fixes oversite of missing sim_video stub function.
1 parent 294b04e commit e7b2431

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

sim_video.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2932,6 +2932,11 @@ void vid_set_window_size (VID_DISPLAY *vptr, int32 w, int32 h)
29322932
return;
29332933
}
29342934

2935+
void vid_render_set_logical_size (VID_DISPLAY *vptr, int32 w, int32 h)
2936+
{
2937+
return;
2938+
}
2939+
29352940
const char *vid_key_name (uint32 key)
29362941
{
29372942
return "";

0 commit comments

Comments
 (0)