CONSOLE: Support auto WRU detection when sim_video is used
This commit is contained in:
parent
973ee4cecb
commit
d1f41d9c1f
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ int32 sim_del_char = '\b'; /* delete character */
|
|||
int32 sim_del_char = 0177;
|
||||
#endif
|
||||
t_bool sim_signaled_int_char /* WRU character detected by signal while running */
|
||||
#if defined (_WIN32) || defined (_VMS) || defined (__CYGWIN__)
|
||||
#if defined (_WIN32) || defined (_VMS) || defined (__CYGWIN__) || (defined(USE_SIM_VIDEO) && defined(HAVE_LIBSDL))
|
||||
= FALSE;
|
||||
#else
|
||||
= TRUE;
|
||||
|
|
Loading…
Add table
Reference in a new issue