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 authored and bscottm committed Jul 3, 2024
1 parent 7025821 commit d72618e
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 @@ -4190,6 +4190,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 d72618e

Please sign in to comment.