mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-11 17:58:29 +12:00
DSP debugger: Fix prpage
This commit is contained in:
parent
69bbb13d5d
commit
518b279139
7 changed files with 30 additions and 9 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue