VIDEO: Silence minor compiler warning
This commit is contained in:
parent
d5befa75c1
commit
c6710ee054
1 changed files with 2 additions and 2 deletions
|
@ -87,13 +87,13 @@ t_stat vid_show (FILE* st, DEVICE *dptr, UNIT* uptr, int32 val, CONST char* des
|
|||
return vid_show_video (st, uptr, val, desc);
|
||||
}
|
||||
|
||||
#if defined(USE_SIM_VIDEO) && defined(HAVE_LIBSDL)
|
||||
|
||||
static const char *vid_dname (DEVICE *dev)
|
||||
{
|
||||
return dev ? sim_dname(dev) : "Video Device";
|
||||
}
|
||||
|
||||
#if defined(USE_SIM_VIDEO) && defined(HAVE_LIBSDL)
|
||||
|
||||
static int vid_gamepad_ok = 0; /* Or else just joysticks. */
|
||||
|
||||
char vid_release_key[64] = "Ctrl-Right-Shift";
|
||||
|
|
Loading…
Add table
Reference in a new issue