Skip to content

Commit

Permalink
allow more than one search per sessoin
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvita committed Mar 8, 2022
1 parent 9c61c4c commit d86185f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/guis/gui_cheats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2172,7 +2172,7 @@ void GuiCheats::EditExtraSearchValues_input(u32 kdown, u32 kheld)
}
else
{
m_searched = true;
// m_searched = true;
(new MessageBox("Traversing title memory.\n \nThis may take a while...", MessageBox::NONE))->show();
requestDraw();
overclockSystem(true);
Expand Down Expand Up @@ -5261,7 +5261,7 @@ void GuiCheats::onInput(u32 kdown)
m_memoryDump1->setSearchParams(m_searchType, m_searchMode, m_searchRegion, m_searchValue[0], m_searchValue[1], m_use_range);
(new Snackbar("Already did one search for this session, relaunch to do another"))->show();
} else {
m_searched = true;
// m_searched = true;
(new MessageBox("Traversing title memory.\n \nThis may take a while...", MessageBox::NONE))->show();
requestDraw();

Expand Down

0 comments on commit d86185f

Please sign in to comment.