mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 15:30:35 +00:00
Fix "stuck" control key in memory view
This commit is contained in:
parent
8e07f83a71
commit
76379fd2d2
@ -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…
Reference in New Issue
Block a user