mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 19:55:50 +00:00
More work on the FrameAui:
Added a default perspective for the debugger. Save all perspectives, and not just the active one. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5979 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
37217d7857
commit
0eaa7352fd
16 changed files with 425 additions and 496 deletions
|
@ -30,7 +30,6 @@
|
|||
#include "Thread.h"
|
||||
#include "CoreParameter.h"
|
||||
|
||||
|
||||
class JitBlockList : public wxListCtrl
|
||||
{
|
||||
std::vector<int> block_ranking;
|
||||
|
@ -40,7 +39,6 @@ public:
|
|||
void Update();
|
||||
};
|
||||
|
||||
|
||||
class CJitWindow : public wxPanel
|
||||
{
|
||||
public:
|
||||
|
@ -50,7 +48,6 @@ public:
|
|||
const wxSize& size = wxDefaultSize,
|
||||
long style = wxTAB_TRAVERSAL,
|
||||
const wxString& title = _T("JIT block viewer"));
|
||||
~CJitWindow();
|
||||
|
||||
static void ViewAddr(u32 em_address);
|
||||
void Update();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue