mirror of https://github.com/snes9xgit/snes9x.git
Fix snafu.
This commit is contained in:
parent
6eaadf1e44
commit
1bf9ca8fa0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue