^Really^ fix cheats not working (forgot WordWatch & DWordWatch)
This commit is contained in:
parent
972173282a
commit
53ea2caeac
|
@ -857,6 +857,7 @@ namespace BizHawk.Client.Common
|
||||||
if (cheat != (Cheat)null)
|
if (cheat != (Cheat)null)
|
||||||
{
|
{
|
||||||
cheat.PokeValue(val);
|
cheat.PokeValue(val);
|
||||||
|
PokeWord(val);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1081,6 +1082,7 @@ namespace BizHawk.Client.Common
|
||||||
if (cheat != (Cheat)null)
|
if (cheat != (Cheat)null)
|
||||||
{
|
{
|
||||||
cheat.PokeValue((int)val);
|
cheat.PokeValue((int)val);
|
||||||
|
PokeDWord(val);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue