From e8b40819b98b078e3136b333f8151f2bd0c85324 Mon Sep 17 00:00:00 2001 From: adelikat Date: Mon, 25 May 2009 20:52:07 +0000 Subject: [PATCH] win32 - hex editor - freeze/unfreeze ram addresses now causes the colors to update immediately, but only with groups of addresses highlighted at once (single ones still don't yet update) --- changelog.txt | 1 + src/drivers/win/memview.cpp | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/changelog.txt b/changelog.txt index e08f2be6..01d757a7 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,4 @@ +23-may-2009 - adelikat - win32 - hex editor - freeze/unfreeze ram addresses now causes the colors to update immediately, but only with groups of addresses highlighted at once (single ones still don't yet update) 23-may-2009 - adelikat - win32 - context menu - Save Movie As... menu item (for when a movie is loaded in read+write mode) 23-may-2009 - adelikat - win32 - added opton to remove a recent item to the roms, lua, and movie recent menus 23-may-2009 - adelikat - win32 - Added a remove recent item function and hooked it up to memwatch recent menu, now if a bad recent item is clicked, the user has a choice to remove it from the list diff --git a/src/drivers/win/memview.cpp b/src/drivers/win/memview.cpp index 3884e6bb..d69c6d83 100644 --- a/src/drivers/win/memview.cpp +++ b/src/drivers/win/memview.cpp @@ -642,12 +642,12 @@ void FreezeRam(int address, int mode, int final){ } // ################################## End of SP CODE ########################### - /*if (final) - { - if(hCheat)RedoCheatsLB(hCheat); + //if (final) + //{ + //if(hCheat)RedoCheatsLB(hCheat); UpdateColorTable(); - }*/ - //mbg merge 6/29/06 - WTF + //} + UpdateCheatsAdded(); } }