mirror of https://github.com/mgba-emu/mgba.git
MemorySearch: No search LIMIT
This commit is contained in:
parent
419435c35b
commit
d7ab593986
src/platform/qt
|
@ -19,7 +19,7 @@ class MemorySearch : public QWidget {
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
static constexpr size_t LIMIT = 10000;
|
||||
static constexpr size_t LIMIT = 0;
|
||||
|
||||
MemorySearch(std::shared_ptr<CoreController> controller, QWidget* parent = nullptr);
|
||||
~MemorySearch();
|
||||
|
|
Loading…
Reference in New Issue