diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2010-08-01 00:47:14 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2010-08-01 00:47:14 +0000 |
| commit | 76ca439bdffce8d45d47e081c7201dcecaf6e69d (patch) | |
| tree | b28d77abfe87f39f3db7451963c81e6f89fa0dd7 /Source | |
| parent | 3d25197a1c154ec05ce16ef5d0367e96143dae1c (diff) | |
fix small bug with dsp lle debugger: now it will highlight regs which just changed, instead of the ones which changed last step.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6021 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Plugins/Plugin_DSP_LLE/Src/Debugger/DSPRegisterView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Plugins/Plugin_DSP_LLE/Src/Debugger/DSPRegisterView.cpp b/Source/Plugins/Plugin_DSP_LLE/Src/Debugger/DSPRegisterView.cpp index 184eef7eda..8a22d75fb2 100644 --- a/Source/Plugins/Plugin_DSP_LLE/Src/Debugger/DSPRegisterView.cpp +++ b/Source/Plugins/Plugin_DSP_LLE/Src/Debugger/DSPRegisterView.cpp @@ -89,6 +89,6 @@ DSPRegisterView::DSPRegisterView(wxWindow *parent, wxWindowID id) void DSPRegisterView::Update() { - ForceRefresh(); ((CRegTable *)GetTable())->UpdateCachedRegs(); + ForceRefresh(); } |
