fix #250, probably

This commit is contained in:
zeromus 2019-01-27 12:24:35 -05:00
parent e06d11f6df
commit 1c937adb9e
1 changed files with 2 additions and 0 deletions

View File

@ -338,7 +338,9 @@ bool CommandLine::parse(int argc,char **argv)
case OPT_RTC_HOUR: _rtc_hour = atoi(optarg); break;
//sync settings
#ifdef HAVE_JIT
case OPT_JIT_SIZE: _jit_size = atoi(optarg); break;
#endif
//system equipment
case OPT_CONSOLE_TYPE: console_type = optarg; break;