Added the ability to search on previous value in the Cheat Search.

Fixed a bug where old values were being updated automatically by the display refresh.

Fixes issue 9212.
This commit is contained in:
skidau
2015-12-30 11:51:36 +11:00
parent 8cf078a1a0
commit c055b40d3b
2 changed files with 13 additions and 7 deletions

View File

@ -34,7 +34,7 @@ private:
void UpdateCheatSearchResultsList();
void UpdateCheatSearchResultItem(long index);
void FilterCheatSearchResults(u32 value);
void FilterCheatSearchResults(u32 value, bool prev);
void ResetListViewColumns();
bool ParseUserEnteredValue(u32* out) const;
u32 SwapValue(u32 value) const;