mirror of https://github.com/PCSX2/pcsx2.git
Debugger: use unsigned long long for memory search
This commit is contained in:
parent
84fab9ccd3
commit
d9cecbde7d
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue