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:
parent
9ee1449a74
commit
e8b40819b9
|
@ -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
|
||||||
|
|
|
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue