MemorySearch: No search LIMIT

This commit is contained in:
BackrndSource 2025-01-31 16:00:14 +01:00
parent 419435c35b
commit d7ab593986
1 changed files with 1 additions and 1 deletions
src/platform/qt

View File

@ -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();