Fix Ram Watch to update after instead of before, to be consistent with Hex Editor and Ram Search

This commit is contained in:
adelikat 2014-04-25 20:02:57 +00:00
parent 75971792b5
commit d11bec528e
2 changed files with 2 additions and 5 deletions

View File

@ -88,10 +88,7 @@ namespace BizHawk.Client.EmuHawk
public bool UpdateBefore
{
get
{
return false;
}
get { return false; }
}
public bool AskSave()

View File

@ -82,7 +82,7 @@ namespace BizHawk.Client.EmuHawk
public bool UpdateBefore
{
get { return true; }
get { return false; }
}
#endregion