DSP debugger: Fix prpage

This commit is contained in:
wheremyfoodat 2025-07-08 18:10:57 +03:00
parent 69bbb13d5d
commit 518b279139
7 changed files with 30 additions and 9 deletions

View file

@ -31,6 +31,9 @@ class DSPDebugger : public QWidget {
void disable();
private:
// Get the full PC value of the DSP, including the current progrma page value
u32 getPC();
// Update the state of the disassembler. Qt events should always call update, not updateDisasm/updateRegister
// As update properly handles thread safety
void update();