mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-04 08:35:55 +00:00
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:
parent
8cf078a1a0
commit
c055b40d3b
2 changed files with 13 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue