Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qt: (Debugger) Add ability to remove result from Memory Search results #10377

Conversation

Daniel-McCarthy
Copy link
Contributor

Description of Changes

Adds the ability to remove individual search results from the Memory Search results list. Right clicking a result will give the "Remove Result" option in the context menu.

PCSX2-RemoveResult2

Rationale behind Changes

Especially with large lists of results, it's helpful to be able to filter out addresses that we know we're not interested in. Primarily a convenience feature.

Suggested Testing Steps

  • Open a game and the debugger.
  • Perform a memory search.
  • Right click any result, click 'Remove Result'.
  • Verify it's no longer in the list, and does not reappear upon a filter search (ensures it's not just gone from the UI, but our internal results set).

Safe guards are in place to make sure the value being replaced is the one you selected.

Adds the ability to remove individual search results from the Memory Search results list. Right clicking a result will give the "Remove Result" option in the context menu.
@refractionpcsx2 refractionpcsx2 merged commit 0f4a95e into PCSX2:master Dec 9, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants