Debugger: use unsigned long long for memory search

This commit is contained in:
Toastarrr 2023-03-18 07:36:50 -04:00 committed by refractionpcsx2
parent 84fab9ccd3
commit d9cecbde7d
1 changed files with 1 additions and 1 deletions

View File

@ -667,7 +667,7 @@ void CpuWidget::onSearchButtonClicked()
if (searchType < 4)
{
searchValue.toLong(&ok, searchHex ? 16 : 10);
searchValue.toULongLong(&ok, searchHex ? 16 : 10);
}
else if (searchType != 6)
{