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)
This commit is contained in:
adelikat 2009-05-25 20:52:07 +00:00
parent 9ee1449a74
commit e8b40819b9
2 changed files with 6 additions and 5 deletions

View File

@ -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 - 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 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 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

View File

@ -642,12 +642,12 @@ void FreezeRam(int address, int mode, int final){
} }
// ################################## End of SP CODE ########################### // ################################## End of SP CODE ###########################
/*if (final) //if (final)
{ //{
if(hCheat)RedoCheatsLB(hCheat); //if(hCheat)RedoCheatsLB(hCheat);
UpdateColorTable(); UpdateColorTable();
}*/ //}
//mbg merge 6/29/06 - WTF
UpdateCheatsAdded(); UpdateCheatsAdded();
} }
} }