Fix typo
This commit is contained in:
parent
5db3f4528d
commit
7ee528e1f2
|
@ -930,7 +930,7 @@ void cheevos_parse_guest_addr(cheevos_var_t *var, unsigned value)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* HACK subtract the correct ammount of bytes to reach the save RAM */
|
/* HACK subtract the correct amount of bytes to reach the save RAM */
|
||||||
if (i == 0 && cheevos_locals.console_id == CHEEVOS_CONSOLE_NINTENDO)
|
if (i == 0 && cheevos_locals.console_id == CHEEVOS_CONSOLE_NINTENDO)
|
||||||
var->value -= 0x6000;
|
var->value -= 0x6000;
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue