Fix snafu.

This commit is contained in:
Brandon Wright 2018-08-06 17:05:17 -05:00
parent 6eaadf1e44
commit 1bf9ca8fa0
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ static void update_variables(void)
Settings.OneSlowClockCycle = 3;
Settings.TwoClockCycles = 3;
}
else if (strcmp(var.value, "compatible"))
else if (strcmp(var.value, "compatible") == 0)
{
Settings.OneClockCycle = 4;
Settings.OneSlowClockCycle = 5;