Skip to content

Commit

Permalink
VIDEO: Add vid_render_set_logical_size() stub
Browse files Browse the repository at this point in the history
Fixes oversite of missing sim_video stub function.
  • Loading branch information
deltecent committed Jun 19, 2024
1 parent a944a4b commit 6b1d282
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sim_video.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 "";
Expand Down

0 comments on commit 6b1d282

Please sign in to comment.