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

Gdb stub: fix watchpoints #10309

Merged
merged 2 commits into from Jan 3, 2022

Conversation

aldelaro5
Copy link
Member

This fixes 2 issues with watchpoints:

1: z4 packets would get ignored because of a bogus check for bogus types
2: read only watchpoint and write only watchpoint were reversed in the enum

Fix dolphin erroring out on requests to remove access watchpoints.
Read only and Write only were reversed, now they are properly defined.
@leoetlino leoetlino merged commit cbd1c49 into dolphin-emu:master Jan 3, 2022
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants