Update mame2003.c

This commit is contained in:
mahoneyt944 2021-02-13 11:36:23 -05:00 committed by GitHub
parent 19126cbea4
commit 71ceea5012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -619,6 +619,7 @@ static void update_variables(bool first_time)
else
options.cheat_input_ports = false;
break;
case OPT_Machine_Timing:
if(strcmp(var.value, "enabled") == 0)
options.machine_timing = true;