This commit is contained in:
BackrndSource 2025-03-14 23:22:49 -05:00 committed by GitHub
commit 6c7ab571b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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();