mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix "stuck" control key in memory view
This commit is contained in:
parent
8e07f83a71
commit
76379fd2d2
1 changed files with 1 additions and 0 deletions
|
@ -585,6 +585,7 @@ void CtrlMemView::search(bool continueSearch)
|
|||
u32 searchAddress;
|
||||
if (continueSearch == false || searchQuery[0] == 0)
|
||||
{
|
||||
ctrlDown = false;
|
||||
if (InputBox_GetString(GetModuleHandle(NULL),wnd,L"Search for", "",searchQuery) == false)
|
||||
{
|
||||
SetFocus(wnd);
|
||||
|
|
Loading…
Add table
Reference in a new issue