all repos — mgba @ e118fec1cf5e981a03f7d81941460a4eacc64dce

mGBA Game Boy Advance Emulator

Qt: Fix hex search
Vicki Pfau vi@endrift.com
Mon, 19 Jun 2017 21:02:30 -0700
commit

e118fec1cf5e981a03f7d81941460a4eacc64dce

parent

77cf8699414b30b2901f941cd06810e1d5b2e7a8

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M src/platform/qt/MemorySearch.cppsrc/platform/qt/MemorySearch.cpp

@@ -49,7 +49,6 @@ if (m_ui.bits32->isChecked()) {

params->type = mCORE_MEMORY_SEARCH_32; } if (m_ui.numHex->isChecked()) { - bool ok; uint32_t v = m_ui.value->text().toUInt(&ok, 16); if (ok) { switch (params->type) {