^Really^ fix cheats not working (forgot WordWatch & DWordWatch)

This commit is contained in:
scepheo 2014-12-15 23:57:56 +00:00
parent 972173282a
commit 53ea2caeac
1 changed files with 2 additions and 0 deletions

View File

@ -857,6 +857,7 @@ namespace BizHawk.Client.Common
if (cheat != (Cheat)null)
{
cheat.PokeValue(val);
PokeWord(val);
return true;
}
}
@ -1081,6 +1082,7 @@ namespace BizHawk.Client.Common
if (cheat != (Cheat)null)
{
cheat.PokeValue((int)val);
PokeDWord(val);
return true;
}
}